diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-12 14:30:45 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-13 09:41:56 +0200 |
commit | 0c4653e101df82fd94181269db2ffb4ba425bebb (patch) | |
tree | 9dd4c43a85290acdc25b0538524b75d7662744b9 /config | |
parent | 17a41547a038fd2ecb8b00499541861383927344 (diff) | |
download | gitlab-ce-0c4653e101df82fd94181269db2ffb4ba425bebb.tar.gz |
Improve OAuth application flash messages.
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/doorkeeper.en.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index c5b6b75e7f6..a4032a21420 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -31,7 +31,7 @@ en: messages: # Common error messages invalid_request: 'The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.' - invalid_redirect_uri: 'The redirect uri included is not valid.' + invalid_redirect_uri: 'The redirect URI included is not valid.' unauthorized_client: 'The client is not authorized to perform this request using this method.' access_denied: 'The resource owner or authorization server denied the request.' invalid_scope: 'The requested scope is invalid, unknown, or malformed.' @@ -63,11 +63,11 @@ en: flash: applications: create: - notice: 'Application created.' + notice: 'The application was created successfully.' destroy: - notice: 'Application deleted.' + notice: 'The application was deleted successfully.' update: - notice: 'Application updated.' + notice: 'The application was updated successfully.' authorized_applications: destroy: - notice: 'Application revoked.' + notice: 'The application was revoked access.' |