mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
bots: Customize reactivation confirmation modal for bots.
Since bots can't join user groups, and end users don't think of bots as a special class of users, it's worth having special text here. Fixes: #23270.
This commit is contained in:
committed by
Tim Abbott
parent
5814b61f00
commit
15b9e9c7cc
@@ -52,6 +52,7 @@ IGNORED_PHRASES = [
|
||||
# BeautifulSoup will remove <z-user> which is horribly confusing,
|
||||
# so we need more of the sentence.
|
||||
r"<z-user></z-user> will have the same role",
|
||||
r"<z-user></z-user> will have the same properties",
|
||||
# Things using "I"
|
||||
r"I understand",
|
||||
r"I'm",
|
||||
|
||||
Reference in New Issue
Block a user