locales/en.yml in rodauth-oauth-0.7.1 vs locales/en.yml in rodauth-oauth-0.7.2
- old
+ new
@@ -1,10 +1,11 @@
en:
rodauth:
require_authorization_error_flash: "Please authorize to continue"
create_oauth_application_error_flash: "There was an error registering your oauth application"
create_oauth_application_notice_flash: "Your oauth application has been registered"
+ revoke_unauthorized_account_error_flash: "You are not authorized to revoke this token"
revoke_oauth_token_notice_flash: "The oauth token has been revoked"
oauth_authorize_title: "Authorize"
oauth_oauth_applications_page_title: "Oauth Applications"
oauth_oauth_application_page_title: "Oauth Application"
oauth_new_oauth_application_page_title: "New Oauth Application"
@@ -29,6 +30,6 @@
already_in_use_message: "error generating unique token"
code_challenge_required_message: "code challenge required"
unsupported_transform_algorithm_message: "transform algorithm not supported"
request_uri_not_supported_message: "request uri is unsupported"
invalid_request_object_message: "request object is invalid"
- invalid_scope_message: "The Access Token expired"
\ No newline at end of file
+ invalid_scope_message: "The Access Token expired"