diff --git a/src/components/NewPlaylist.vue b/src/components/NewPlaylist.vue index 780b890..ef20ff2 100644 --- a/src/components/NewPlaylist.vue +++ b/src/components/NewPlaylist.vue @@ -462,14 +462,14 @@ onMounted(async () => { diff --git a/src/locales/de.json b/src/locales/de.json index 35acafd..a6f83a6 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -88,8 +88,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 1adba16..b69fc67 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -91,6 +91,10 @@ "currentPlaylist": "Current Playlist", "loop": "Loop" }, + "general": { + "username": "username", + "password": "password" + }, "countries": { "AE": "United Arab Emirates", "AR": "Argentina",