Skip to content

Commit

Permalink
Merge pull request #1004 from jfly/change-native-redirect-uri-help-text
Browse files Browse the repository at this point in the history
Clarify I18n help message for native_redirect_uri
  • Loading branch information
nbulaj authored Jan 28, 2018
2 parents 99701b0 + 24829fe commit 227852e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ User-visible changes worth mentioning.
- [#948] Make Scopes.<=> work with any "other" value.
- [#970] Escape certain attributes in authorization forms.
- [#974] Redirect URI is checked without query params within AuthorizationCodeRequest.
- [#1004] More explicit help text for `native_redirect_uri`.
- [#1023] Update Ruby versions and test against 2.5.0 on Travis CI.
- [#1024] Migrate from FactoryGirl to FactoryBot.

Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ en:
error: 'Whoops! Check your form for possible errors'
help:
redirect_uri: 'Use one line per URI'
native_redirect_uri: 'Use %{native_redirect_uri} for local tests'
native_redirect_uri: 'Use %{native_redirect_uri} if you want to add localhost URIs for development purposes'
scopes: 'Separate scopes with spaces. Leave blank to use the default scopes.'
edit:
title: 'Edit application'
Expand Down

0 comments on commit 227852e

Please sign in to comment.