From ba28b54220d40578597b79b206ce88835d0fc497 Mon Sep 17 00:00:00 2001 From: artiume Date: Thu, 12 Mar 2020 13:06:48 -0400 Subject: [PATCH] Fix Dashboard OS for German https://www.reddit.com/r/jellyfin/comments/fh0d8z/1005_admin_panel_bug_operating_system_definition/ --- src/strings/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/de.json b/src/strings/de.json index 1415f276b3..198318e420 100644 --- a/src/strings/de.json +++ b/src/strings/de.json @@ -1450,7 +1450,7 @@ "LabelFolder": "Ordner:", "LabelPasswordResetProvider": "Anbieter zum Zurücksetzen des Passwortes:", "LabelPlayMethod": "Spielmethode:", - "DashboardOperatingSystem": "Betriebssystem: {O}", + "DashboardOperatingSystem": "Betriebssystem: {0}", "DashboardArchitecture": "Architektur: {0}", "LabelVideoCodec": "Videocodec:", "LaunchWebAppOnStartup": "Das Webinterface öffnen, wenn der Server startet",