mirror of https://github.com/zulip/zulip.git
typeaheads: Show tip text for silent mentions.
This addition is prompted by the feedback and discussion at https://chat.zulip.org/#narrow/stream/137-feedback/topic/silent.20mention.
This commit is contained in:
parent
4643e48f60
commit
d5576217fe
|
@ -917,6 +917,9 @@ function get_header_text() {
|
|||
case 'stream':
|
||||
tip_text = i18n.t('Press > for list of topics');
|
||||
break;
|
||||
case 'silent_mention':
|
||||
tip_text = i18n.t('User will not be notified');
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue