diff options
Diffstat (limited to 'apps/oauth2/l10n/en_GB.json')
-rw-r--r-- | apps/oauth2/l10n/en_GB.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/en_GB.json b/apps/oauth2/l10n/en_GB.json index 3f19d168e85..f54b721da47 100644 --- a/apps/oauth2/l10n/en_GB.json +++ b/apps/oauth2/l10n/en_GB.json @@ -1,12 +1,12 @@ { "translations": { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "OAuth 2.0 clients", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s.", "Name" : "Name", "Redirection URI" : "Redirection URI", "Client Identifier" : "Client Identifier", "Secret" : "Secret", "Add client" : "Add client", - "Add" : "Add" + "Add" : "Add", + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 allows external services to request access to %s." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |