locales/en.yml in rodauth-oauth-1.0.0.pre.beta2 vs locales/en.yml in rodauth-oauth-1.0.0

- old
+ new

@@ -7,10 +7,11 @@ revoke_oauth_grant_notice_flash: "The oauth grant has been revoked" device_verification_notice_flash: "The device is verified" user_code_not_found_error_flash: "No device to authorize with the given user code" authorize_page_title: "Authorize" authorize_page_lead: "The application %{name} would like to access your data." + authorize_error_page_title: "Authorize Error" oauth_cancel_button: "Cancel" oauth_applications_page_title: "Oauth Applications" oauth_application_page_title: "Oauth Application" new_oauth_application_page_title: "New Oauth Application" oauth_application_oauth_grants_page_title: "Application Oauth Grants" @@ -63,7 +64,7 @@ oauth_slow_down_message: "authorization request is still pending but poll interval should be increased" oauth_code_challenge_required_message: "code challenge required" oauth_unsupported_transform_algorithm_message: "transform algorithm not supported" oauth_invalid_request_object_message: "request object is invalid" oauth_invalid_scope_message: "The Access Token expired" - oauth_authorize_parameter_required: "'%{parameter}' is a required parameter" + oauth_authorize_parameter_required: "Invalid or missing '%{parameter}'" oauth_invalid_post_logout_redirect_uri_message: "Invalid post logout redirect URI"