mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	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:
		@@ -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."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user