diff --git a/src/controllers/dashboard/users/useredit.html b/src/controllers/dashboard/users/useredit.html index dbf9cc066b..70a42afd50 100644 --- a/src/controllers/dashboard/users/useredit.html +++ b/src/controllers/dashboard/users/useredit.html @@ -140,32 +140,13 @@
${OptionAllowRemoteSharedDevicesHelp}
-
-

${HeaderDownloadSync}

-
- - -
-
+

${Other}

-
${AllowMediaConversionHelp}
-
-
- -
+
${OptionAllowContentDownloadHelp}
'; $('.deviceAccess', page).show().html(html); - $('#chkEnableAllDevices', page).prop('checked', user.Policy.EnableAllDevices); + const chkEnableAllDevices = page.querySelector('#chkEnableAllDevices'); + chkEnableAllDevices.checked = user.Policy.EnableAllDevices; + triggerChange(chkEnableAllDevices); if (user.Policy.IsAdministrator) { page.querySelector('.deviceAccessContainer').classList.add('hide'); diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index bf456e267e..850488862c 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1235,7 +1235,7 @@ "SelectAdminUsername": "Please select a username for the admin account.", "ButtonSplit": "Split", "HeaderNavigation": "Navigation", - "OptionForceRemoteSourceTranscoding": "Force transcoding of remote media sources (like LiveTV)", + "OptionForceRemoteSourceTranscoding": "Force transcoding of remote media sources such as Live TV", "MessageConfirmAppExit": "Do you want to exit?", "LabelVideoResolution": "Video resolution:", "LabelStreamType": "Stream type:", diff --git a/src/strings/en-us.json b/src/strings/en-us.json index b3a1579b1e..ab547f3854 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1004,10 +1004,11 @@ "OptionAdminUsers": "Administrators", "OptionAllUsers": "All users", "OptionAllowAudioPlaybackTranscoding": "Allow audio playback that requires transcoding", - "OptionForceRemoteSourceTranscoding": "Force transcoding of remote media sources (like LiveTV)", + "OptionForceRemoteSourceTranscoding": "Force transcoding of remote media sources such as Live TV", "OptionAllowBrowsingLiveTv": "Allow Live TV access", - "OptionAllowContentDownloading": "Allow media downloading and syncing", + "OptionAllowContentDownload": "Allow media downloads", "OptionAllowLinkSharing": "Allow social media sharing", + "OptionAllowContentDownloadHelp": "Users can download media and store it on their devices. This is not the same as a sync feature. Book libraries require this enabled to function properly.", "OptionAllowLinkSharingHelp": "Only web pages containing media information are shared. Media files are never shared publicly. Shares are time-limited and will expire after {0} days.", "OptionAllowManageLiveTv": "Allow Live TV recording management", "OptionAllowMediaPlayback": "Allow media playback", diff --git a/src/strings/fa.json b/src/strings/fa.json index a8f2202430..41daec8edf 100644 --- a/src/strings/fa.json +++ b/src/strings/fa.json @@ -832,7 +832,7 @@ "OptionAdminUsers": "Administrators", "OptionAllUsers": "All users", "OptionAllowAudioPlaybackTranscoding": "Allow audio playback that requires transcoding", - "OptionForceRemoteSourceTranscoding": "Force transcoding of remote media sources (like LiveTV)", + "OptionForceRemoteSourceTranscoding": "Force transcoding of remote media sources such as Live TV", "OptionAllowBrowsingLiveTv": "Allow Live TV access", "OptionAllowContentDownloading": "Allow media downloading and syncing", "OptionAllowLinkSharing": "Allow social media sharing",