Browse Source

Fix OAuth authorization prompt referring to third-party apps (#32005)

dariusk-working/4_3_0
Eugen Rochko 1 year ago committed by GitHub
parent
commit
5fae1d55e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      config/locales/doorkeeper.en.yml

2
config/locales/doorkeeper.en.yml

@ -60,7 +60,7 @@ en:
error:
title: An error has occurred
new:
prompt_html: "%{client_name} would like permission to access your account. It is a third-party application. <strong>If you do not trust it, then you should not authorize it.</strong>"
prompt_html: "%{client_name} would like permission to access your account. <strong>Only approve this request if you recognize and trust this source.</strong>"
review_permissions: Review permissions
title: Authorization required
show:

Loading…
Cancel
Save