From a3224cc4baa5994e9541cd07ca61d56bc294b147 Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Wed, 18 Apr 2018 18:04:05 -0400 Subject: [PATCH] added missing language key --- public/language/en-GB/error.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/language/en-GB/error.json b/public/language/en-GB/error.json index 260c397de6..1a3803cc14 100644 --- a/public/language/en-GB/error.json +++ b/public/language/en-GB/error.json @@ -21,6 +21,7 @@ "invalid-username-or-password": "Please specify both a username and password", "invalid-search-term": "Invalid search term", "invalid-url": "Invalid URL", + "local-login-disabled": "Local login system has been disabled for non-privileged accounts.", "csrf-invalid": "We were unable to log you in, likely due to an expired session. Please try again", "invalid-pagination-value": "Invalid pagination value, must be at least %1 and at most %2",