diff options
author | Lynx Kotoura <lynx@lv9.org> | 2017-09-17 22:23:44 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-17 15:23:44 +0200 |
commit | 4c14ff659b8a03c69123ef7b78f4db5c137deeb0 (patch) | |
tree | efb3c78c77ecdfee537f37f1b975f5a8ebce7626 /config/locales/doorkeeper.en.yml | |
parent | dd6f9a1b827226346d0fff22a79538351fb33028 (diff) |
Oauth code in input form and add description message (#4986)
* Oauth code in a input form and add description * New authcode description
Diffstat (limited to 'config/locales/doorkeeper.en.yml')
-rw-r--r-- | config/locales/doorkeeper.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index efbd81d43..33d544bed 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -63,7 +63,7 @@ en: prompt: Application %{client_name} requests access to your account title: Authorization required show: - title: Authorization code + title: Copy this authorization code and paste it to the application. authorized_applications: buttons: revoke: Revoke |