Skip to content

Commit 8f09c42

Browse files
committed
frontend: fix translations.
1 parent 399b71c commit 8f09c42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/locales/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const de ={
77
"no_service_worker": "Dein Browser benötigt Unterstützung für ServiceWorker um den Fernzugriff nutzen zu können.",
88
"user": {
99
"account_actions": "Kontoaktionen",
10-
"profile_information": "Nutzer Informationen",
10+
"profile_information": "Nutzerinformationen",
1111
"save_changes": "Änderungen speichern",
1212
"user_id": "Nutzer-ID",
1313
"email": "E-Mail-Adresse",

frontend/src/locales/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export const en = {
2626
"update_user_failed": "Updating the user-data failed with status code {{status}}: {{response}}",
2727
"update_password_failed": "Updating the password failed with status code {{status}}: {{response}}",
2828
"delete_user_failed": "Deleting user failed with status code {{status}}: {{response}}",
29-
"account_actions": "Account Actions",
29+
"account_actions": "Account actions",
3030
"email_change_disabled": "Email changes are disabled because you have chargers with old firmware versions. Please update your chargers first.",
31-
"local_settings": "Lokal Settings",
31+
"local_settings": "Local settings",
3232
"debug_mode": "Debug mode",
3333
"invalid_key": "The keys saved on the device seem to be corrupted",
3434
"connection_timeout": "Timeout",

0 commit comments

Comments
 (0)