diff options
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r-- | lib/l10n/en_GB.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index c60b55221e6..804722d908f 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -77,7 +77,6 @@ OC.L10N.register( "Set an admin username." : "Set an admin username.", "Set an admin password." : "Set an admin password.", "Can't create or write into the data directory %s" : "Can't create or write into the data directory %s", - "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Sharing backend %s must implement the interface OCP\\Share_Backend", "Sharing backend %s not found" : "Sharing backend %s not found", "Sharing backend for %s not found" : "Sharing backend for %s not found", @@ -195,6 +194,7 @@ OC.L10N.register( "Security" : "Security", "Personal info" : "Personal info", "Mobile & desktop" : "Mobile & desktop", + "Invalid Federated Cloud ID" : "Invalid Federated Cloud ID", "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See %s" : "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See %s" }, "nplurals=2; plural=(n != 1);"); |