diff --git a/src/components/NewPlaylist.vue b/src/components/NewPlaylist.vue
index 42fc532..4168daa 100644
--- a/src/components/NewPlaylist.vue
+++ b/src/components/NewPlaylist.vue
@@ -412,14 +412,14 @@ onMounted(async () => {
diff --git a/src/locales/de.json b/src/locales/de.json
index f22ce27..acc3f2e 100644
--- a/src/locales/de.json
+++ b/src/locales/de.json
@@ -85,8 +85,12 @@
"void": "Keine Liedtexte"
},
"statusBar": {
- "currentPlaylist": "Aktuelle Wiedergabeliste",
- "loop": "Schleife"
+ "currentPlaylist": "Aktuelle Wiedergabeliste",
+ "loop": "Schleife"
+ },
+ "general": {
+ "username": "Benutzername",
+ "password": "Passwort"
},
"countries": {
"AE": "Vereinigte Arabische Emirate",
diff --git a/src/locales/en.json b/src/locales/en.json
index 728c5d6..3c36686 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -88,6 +88,10 @@
"currentPlaylist": "Current Playlist",
"loop": "Loop"
},
+ "general": {
+ "username": "username",
+ "password": "password"
+ },
"countries": {
"AE": "United Arab Emirates",
"AR": "Argentina",