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:
2025-12-25 15:55:26 +01:00
parent 2c8d46d592
commit 027232f5e8
27 changed files with 230 additions and 222 deletions

View File

@@ -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>&lt;h2&gt;</kbd> in jeden Article ein"
}
]
},