1
0
Fork 0
forked from forgejo/forgejo

Improve wording on delete access token modal (#19909)

This PR highlights the nature of the destructive action.
It also rewords the action buttons to remove ambiguity.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
André Jaenisch 2022-06-08 02:28:10 +02:00 committed by GitHub
parent d78ea362d4
commit c1c07e533c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -71,11 +71,11 @@
<div class="actions">
<div class="ui cancel button">
<i class="remove icon"></i>
{{.i18n.Tr "modal.no"}}
{{.i18n.Tr "settings.access_token_deletion_cancel_action"}}
</div>
<div class="ui red basic inverted ok button">
<i class="checkmark icon"></i>
{{.i18n.Tr "modal.yes"}}
{{.i18n.Tr "settings.access_token_deletion_confirm_action"}}
</div>
</div>
</div>