diff options
Diffstat (limited to 'templates/base/delete_modal_actions.tmpl')
-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 7a0760b125..ba9a94d0b6 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-trashcan"}} + {{svg "octicon-trash"}} {{.i18n.Tr "modal.no"}} </div> <div class="ui green basic inverted ok button"> |