"Already using Humbug" -> "Already using Zulip"

(imported from commit e05812ed3bae64f9daa7d60a7d5b2404edb306fc)
This commit is contained in:
Scott Feeney
2013-07-29 13:47:31 -04:00
parent 9e2e857a88
commit 85ce86c4fd
2 changed files with 2 additions and 2 deletions

View File

@@ -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}