diff options
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/system_note_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/system_note_helper.rb b/app/helpers/system_note_helper.rb index 954d4427378..7882c4f71a3 100644 --- a/app/helpers/system_note_helper.rb +++ b/app/helpers/system_note_helper.rb @@ -14,7 +14,7 @@ module SystemNoteHelper when 'closed' 'icon_status_closed' when 'time_tracking' - 'icon_timer' + 'icon_stopwatch' when 'assignee' 'icon_user' when 'title' |