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:
Rishi Gupta
2019-08-02 15:37:18 -07:00
committed by Tim Abbott
parent 5b324e50ca
commit 3fbd0026a4

View File

@@ -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;