From 0f56235344e0249a9c11b04d2f412cf6e1a2ffae Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sat, 20 May 2023 09:10:01 +0200 Subject: [PATCH] Add missing translation string for AllowCollectionManagement --- src/strings/en-us.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 785d17182c..e819da990d 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -23,6 +23,7 @@ "AllLanguages": "All languages", "AllLibraries": "All libraries", "AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.", + "AllowCollectionManagement": "Allow this user to manage collections", "AllowFfmpegThrottling": "Throttle Transcodes", "AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume less resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.", "AllowHWTranscodingHelp": "Allow the tuner to transcode streams on the fly. This may help reduce transcoding required by the server.",