fix: add kbd tags to lesson messages and reorder task/description
- Replace single quotes with <kbd> tags in validation messages - German and English lessons updated for consistent formatting - Move task instruction before description in UI (index.html)
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
{
|
||||
"type": "attribute_value",
|
||||
"value": { "selector": "#email", "attr": "type", "value": "email" },
|
||||
"message": "Setze den Eingabetyp für E-Mail auf 'email'"
|
||||
"message": "Setze den Eingabetyp für E-Mail auf <kbd>email</kbd>"
|
||||
},
|
||||
{
|
||||
"type": "attribute_value",
|
||||
@@ -89,7 +89,7 @@
|
||||
{
|
||||
"type": "attribute_value",
|
||||
"value": { "selector": "#password", "attr": "type", "value": "password" },
|
||||
"message": "Setze den Eingabetyp für Passwort auf 'password'"
|
||||
"message": "Setze den Eingabetyp für Passwort auf <kbd>password</kbd>"
|
||||
},
|
||||
{
|
||||
"type": "attribute_value",
|
||||
|
||||
Reference in New Issue
Block a user