mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
compose: Update topic list tip_text.
It was a bit confusing to have this appear even after you typed `>`. Also, removed the word "mention", since mention has a specific meaning in Zulip.
This commit is contained in:
@@ -758,8 +758,7 @@ function get_header_text() {
|
||||
var tip_text = '';
|
||||
switch (this.completing) {
|
||||
case 'stream':
|
||||
case 'topic_list':
|
||||
tip_text = i18n.t('Press > to mention a topic');
|
||||
tip_text = i18n.t('Press > for list of topics');
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user