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:
parent
d78ea362d4
commit
c1c07e533c
2 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue