fix: translations

This commit is contained in:
Jovan Krunić
2022-10-17 15:17:19 +02:00
parent 998edcb5cd
commit 5e1a902d4c
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ export const profilePageSections: SCSection[] = [
link: ['/feedback'],
translations: {
de: {
name: 'Einstellungen',
name: 'Feedback',
},
},
...SCSectionLinkConstantValues,

View File

@@ -452,7 +452,7 @@
},
"userInfo": {
"studentId": "Matrikelnr.",
"username": "Nutzer Name",
"username": "Nutzername",
"email": "Email",
"logInPrompt": "Bitte loggen Sie sich ein, um Ihre Nutzerdaten sehen zu können."
},