diff options
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/en_GB.js | 1 | ||||
-rw-r--r-- | lib/l10n/en_GB.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index b3041727416..6dfb50a219e 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -176,6 +176,7 @@ OC.L10N.register( "Username must not consist of dots only" : "Username must not consist of dots only", "A valid password must be provided" : "A valid password must be provided", "The username is already being used" : "The username is already being used", + "Could not create user" : "Could not create user", "User disabled" : "User disabled", "Login canceled by app" : "Login cancelled by app", "No app name specified" : "No app name specified", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 6db6480af0a..ed6e69c454f 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -174,6 +174,7 @@ "Username must not consist of dots only" : "Username must not consist of dots only", "A valid password must be provided" : "A valid password must be provided", "The username is already being used" : "The username is already being used", + "Could not create user" : "Could not create user", "User disabled" : "User disabled", "Login canceled by app" : "Login cancelled by app", "No app name specified" : "No app name specified", |