mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
filter.js: Make from/sender descriptions more concise.
This commit is contained in:
@@ -443,7 +443,7 @@ Filter.operator_to_prefix = function (operator, negated) {
|
||||
|
||||
case 'from':
|
||||
case 'sender':
|
||||
return verb + 'messages sent by';
|
||||
return verb + 'sent by';
|
||||
|
||||
case 'pm-with':
|
||||
return verb + 'private messages with';
|
||||
|
||||
Reference in New Issue
Block a user