mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
settings: Clarify message-delete-time-limit setting rule.
This commit adds note to the message-delete-time-limit setting label that the time limit does not apply to administrators.
This commit is contained in:
@@ -127,6 +127,8 @@ IGNORED_PHRASES = [
|
||||
r"they/them",
|
||||
# Used in message-move-time-limit setting label
|
||||
r"does not apply to moderators and administrators",
|
||||
# Used in message-delete-time-limit setting label
|
||||
r"does not apply to administrators",
|
||||
]
|
||||
|
||||
# Sort regexes in descending order of their lengths. As a result, the
|
||||
|
||||
Reference in New Issue
Block a user