ktlo: Contact org admin instead of server admin for wrong subdomain error. (#12543)

Did a quick pass through the codebase; I think this is the only place we
suggest contacting server admin instead of org admin for an issue like this.
This commit is contained in:
Rishi Gupta 2019-06-26 14:09:20 -07:00 committed by Tim Abbott
parent 02b051b77c
commit d84238ce74
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ MIT_VALIDATION_ERROR = u'That user does not exist at MIT or is a ' + \
u'<a href="mailto:support@zulipchat.com">contact us</a>.' u'<a href="mailto:support@zulipchat.com">contact us</a>.'
WRONG_SUBDOMAIN_ERROR = "Your Zulip account is not a member of the " + \ WRONG_SUBDOMAIN_ERROR = "Your Zulip account is not a member of the " + \
"organization associated with this subdomain. " + \ "organization associated with this subdomain. " + \
"Please contact %s with any questions!" % (FromAddress.SUPPORT,) "Please contact your organization administrator with any questions."
DEACTIVATED_ACCOUNT_ERROR = u"Your account is no longer active. " + \ DEACTIVATED_ACCOUNT_ERROR = u"Your account is no longer active. " + \
u"Please contact your organization administrator to reactivate it." u"Please contact your organization administrator to reactivate it."