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:
Pratik Chanda
2025-07-29 01:11:29 +05:30
committed by Tim Abbott
parent 40ff1220ef
commit 74a16acb81

View File

@@ -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":