From 152ecdb52fded19c89b9e0599a2a851666727331 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 4 Oct 2020 14:07:50 -0400 Subject: [PATCH] Remove disabling user mention --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 02cd595808..c484819818 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1068,7 +1068,7 @@ "OptionLoginAttemptsBeforeLockout": "Determines how many incorrect login attempts can be made before lockout occurs.", "OptionLoginAttemptsBeforeLockoutHelp": "A value of zero means inheriting the default of three attempts for normal users and five for administrators. Setting this to -1 will disable the feature.", "OptionMaxActiveSessions": "Sets the maximum number of simultaneous user sessions.", - "OptionMaxActiveSessionsHelp": "A value of 0 will disable user access. A value of -1 will disable the feature.", + "OptionMaxActiveSessionsHelp": "A value of 0 will disable the feature.", "OptionMax": "Max", "OptionMissingEpisode": "Missing Episodes", "OptionNew": "New…",