fix: add kbd tags to validation messages for clarity
- Wrap HTML element names in <kbd> tags in all validation messages - Apply consistent formatting to both English and German lessons - Make hints clearer about which elements/attributes to use - Fix mobile editor layout overflow issue
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{
|
||||
"type": "element_count",
|
||||
"value": { "selector": "article h2", "min": 2 },
|
||||
"message": "Füge ein <h2> in jeden Article ein"
|
||||
"message": "Füge ein <kbd><h2></kbd> in jeden Article ein"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user