diff --git a/src/components/displaySettings/displaySettings.template.html b/src/components/displaySettings/displaySettings.template.html index 1f6685f333..d55d04ce2c 100644 --- a/src/components/displaySettings/displaySettings.template.html +++ b/src/components/displaySettings/displaySettings.template.html @@ -1,6 +1,6 @@

- ${Display} + ${Localization}

@@ -161,6 +161,10 @@
+

+ ${Display} +

+
-
- -
${LabelLibraryPageSizeHelp}
-
- -
- -
${LabelMaxDaysForNextUpHelp}
-
- -
- -
${EnableRewatchingNextUpHelp}
-
-
-
- -
${EnableDetailsBannerHelp}
+

+ ${HeaderLibraries} +

+ +
+ +
${LabelLibraryPageSizeHelp}
@@ -271,6 +258,23 @@
${DisplayMissingEpisodesWithinSeasonsHelp}
+

+ ${NextUp} +

+ +
+ +
${LabelMaxDaysForNextUpHelp}
+
+ +
+ +
${EnableRewatchingNextUpHelp}
+
+
+

+ ${ItemDetails} +

+ +
+ +
${EnableDetailsBannerHelp}
+
+ diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 759bc96713..1e0bd377e6 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -510,6 +510,7 @@ "InstallingPackage": "Installing {0} (version {1})", "InstantMix": "Instant mix", "ItemCount": "{0} items", + "ItemDetails": "Item Details", "Items": "Items", "Kids": "Kids", "KnownProxiesHelp": "Comma separated list of IP addresses or hostnames of known proxies used when connecting to your Jellyfin instance. This is required to make proper use of 'X-Forwarded-For' headers. Requires a reboot after saving.", @@ -986,6 +987,7 @@ "Live": "Live", "LiveBroadcasts": "Live broadcasts", "LiveTV": "Live TV", + "Localization": "Localization", "Logo": "Logo", "Lyricist": "Lyricist", "ManageLibrary": "Manage library",