mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +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 = '';
|
var tip_text = '';
|
||||||
switch (this.completing) {
|
switch (this.completing) {
|
||||||
case 'stream':
|
case 'stream':
|
||||||
case 'topic_list':
|
tip_text = i18n.t('Press > for list of topics');
|
||||||
tip_text = i18n.t('Press > to mention a topic');
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user