aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndré Jaenisch <Ryuno-Ki@users.noreply.github.com>2022-06-08 02:28:10 +0200
committerGitHub <noreply@github.com>2022-06-07 20:28:10 -0400
commitc1c07e533c9ca3be13b4af057b6b989402c12f6e (patch)
tree822dfddab8bd9fb0a937e5d2ba10c83bb7326e35 /templates
parentd78ea362d449f73f6d3aaa212e60499dc26a067c (diff)
downloadgitea-c1c07e533c9ca3be13b4af057b6b989402c12f6e.tar.gz
gitea-c1c07e533c9ca3be13b4af057b6b989402c12f6e.zip
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>
Diffstat (limited to 'templates')
-rw-r--r--templates/user/settings/applications.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/settings/applications.tmpl b/templates/user/settings/applications.tmpl
index 6386eb3391..e3a9a251f3 100644
--- a/templates/user/settings/applications.tmpl
+++ b/templates/user/settings/applications.tmpl
@@ -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>