diff --git a/assets/javascripts/discourse/templates/modal/staff-notes.hbs b/assets/javascripts/discourse/templates/modal/staff-notes.hbs index 6f3eafc..3e86c59 100644 --- a/assets/javascripts/discourse/templates/modal/staff-notes.hbs +++ b/assets/javascripts/discourse/templates/modal/staff-notes.hbs @@ -14,7 +14,7 @@ {{#if n.can_delete}} {{d-button action=(action "removeNote" n) - icon="times" + icon="trash-o" class="btn-small btn-danger" title="staff_notes.remove"}}