diff options
author | delvh <leon@kske.dev> | 2021-11-04 03:09:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 10:09:03 +0800 |
commit | d6f48209671e6c781dd3784eccb91bb64a2127fc (patch) | |
tree | 37f9b4d3780b21f7ba44cd588bbeafbe9a9cfd4a /templates/base | |
parent | a5bcf1994fa257a84c09e588c6f44221fc80e842 (diff) | |
download | gitea-d6f48209671e6c781dd3784eccb91bb64a2127fc.tar.gz gitea-d6f48209671e6c781dd3784eccb91bb64a2127fc.zip |
Show correct "No" icon (#17537)
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/delete_modal_actions.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/delete_modal_actions.tmpl b/templates/base/delete_modal_actions.tmpl index ba9a94d0b6..324be8a707 100644 --- a/templates/base/delete_modal_actions.tmpl +++ b/templates/base/delete_modal_actions.tmpl @@ -1,6 +1,6 @@ <div class="actions"> <div class="ui red basic inverted cancel button"> - {{svg "octicon-trash"}} + {{svg "octicon-x"}} {{.i18n.Tr "modal.no"}} </div> <div class="ui green basic inverted ok button"> |