Skip to content

Commit d6f4820

Browse files
authored
Show correct "No" icon (#17537)
1 parent a5bcf19 commit d6f4820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/delete_modal_actions.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="actions">
22
<div class="ui red basic inverted cancel button">
3-
{{svg "octicon-trash"}}
3+
{{svg "octicon-x"}}
44
{{.i18n.Tr "modal.no"}}
55
</div>
66
<div class="ui green basic inverted ok button">

0 commit comments

Comments
 (0)