Fixed case sensitivity

ref #93
This commit is contained in:
Nicolai Ort 2021-03-12 18:20:35 +01:00
parent bd22d3be36
commit c6db6c5535
3 changed files with 679 additions and 677 deletions

View File

@ -152,7 +152,7 @@
<div class="col-span-6">
<label
for="enabled"
class="ml-1 font-medium text-gray-700">{$_('enabled')}</label>
class="font-medium text-gray-700">{$_('enabled_large')}</label>
<br />
<p class="text-gray-500">
<input

View File

@ -335,5 +335,6 @@
"yes-i-copied-the-token": "Ja, ich habe den Token kopiert.",
"you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉",
"you-dont-have-any-scanstations-yet": "Es gibt noch keine Scannerstationen",
"zip-postal-code": "Postleitzahl"
"zip-postal-code": "Postleitzahl",
"enabled_large": "Aktiviert"
}

View File

@ -137,7 +137,7 @@
"edit": "Edit",
"edit-permissions": "edit permissions",
"email_address_or_username": "Email / username",
"enabled": "Enabled",
"enabled": "enabled",
"english": "English",
"error-whyile-copying-to-clipboard": "Error whyile copying to clipboard",
"error_on_login": "Error on login",
@ -335,5 +335,6 @@
"yes-i-copied-the-token": "Yes, i copied the token.",
"you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉",
"you-dont-have-any-scanstations-yet": "You don't have any scanstations yet",
"zip-postal-code": "ZIP/ postal code"
"zip-postal-code": "ZIP/ postal code",
"enabled_large": "Enabled"
}