diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-08-23 00:59:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 00:59:35 +0200 |
commit | c1b086a538d128e9fbceab4fc6686611a4f2710f (patch) | |
tree | c57a587e6e09c9f13aea58009854427899209695 /config/locales/doorkeeper.en.yml | |
parent | 696c2c6f2f3338df121cf17389478da9ecab11af (diff) |
Fix up the applications area (#4664)
- Section it into "Development" area - Improve UI of application form, index, and details
Diffstat (limited to 'config/locales/doorkeeper.en.yml')
-rw-r--r-- | config/locales/doorkeeper.en.yml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index fa0a7babf..788d1bb40 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -3,10 +3,10 @@ en: activerecord: attributes: doorkeeper/application: - name: Application Name - website: Application Website + name: Application name redirect_uri: Redirect URI scopes: Scopes + website: Application website errors: models: doorkeeper/application: @@ -36,20 +36,19 @@ en: scopes: Separate scopes with spaces. Leave blank to use the default scopes. index: callback_url: Callback URL + delete: Delete name: Name - new: New Application - title: Your applications + new: New application show: Show - delete: Delete + title: Your applications new: - title: New Application + title: New application show: - title: 'Application: %{name}' actions: Actions - application_id: Application Id - callback_urls: Callback urls + application_id: Client key + callback_urls: Callback URLs scopes: Scopes - secret: Secret + secret: Client secret title: 'Application: %{name}' authorizations: buttons: |