From 97d2df77aae687c983c1294ebcd3962e4f9d985c Mon Sep 17 00:00:00 2001 From: David Yip Date: Sun, 3 Jun 2018 23:10:59 -0500 Subject: Add apply-to-mentions option to keyword mute UI. #454. --- app/views/settings/keyword_mutes/index.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/settings/keyword_mutes/index.html.haml') diff --git a/app/views/settings/keyword_mutes/index.html.haml b/app/views/settings/keyword_mutes/index.html.haml index 9ef8d55bc..7255f57b3 100644 --- a/app/views/settings/keyword_mutes/index.html.haml +++ b/app/views/settings/keyword_mutes/index.html.haml @@ -7,6 +7,7 @@ %tr %th= t('keyword_mutes.keyword') %th= t('keyword_mutes.match_whole_word') + %th= t('keyword_mutes.apply_to_mentions') %th %th %tbody -- cgit