mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
"Already using Humbug" -> "Already using Zulip"
(imported from commit e05812ed3bae64f9daa7d60a7d5b2404edb306fc)
This commit is contained in:
@@ -1418,7 +1418,7 @@ def do_invite_users(user_profile, invitee_emails, streams):
|
||||
lambda event: do_send_confirmation_email(user, user_profile))
|
||||
|
||||
if skipped:
|
||||
ret_error = "Some of those addresses are already using Humbug, \
|
||||
ret_error = "Some of those addresses are already using Zulip, \
|
||||
so we didn't send them an invitation. We did send invitations to everyone else!"
|
||||
ret_error_data = {'errors': skipped}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user