mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 05:58:07 +01:00
Fix OAuth authorization prompt referring to third-party apps (#32005)
This commit is contained in:
parent
10d2f83025
commit
5fae1d55e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue