mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
filter: Change channel: suggestion description string.
This commit changes the string for `channel:` operator suggestion string in the typeahead list.
This commit is contained in:
committed by
Tim Abbott
parent
40ff1220ef
commit
74a16acb81
@@ -717,7 +717,7 @@ export class Filter {
|
||||
|
||||
switch (operator) {
|
||||
case "channel":
|
||||
return verb + "messages in a channel";
|
||||
return verb + "messages in a specific channel";
|
||||
case "channels":
|
||||
return verb + "channel type";
|
||||
case "near":
|
||||
|
||||
Reference in New Issue
Block a user