mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	pricing: Replace "Zulip Standard" with "Zulip Cloud Standard".
Case sensitive replace.
This commit is contained in:
		@@ -546,7 +546,7 @@ class Realm(models.Model):
 | 
			
		||||
        choices=[(t["id"], t["name"]) for t in ORG_TYPES.values()],
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
    UPGRADE_TEXT_STANDARD = gettext_lazy("Available on Zulip Standard. Upgrade to access.")
 | 
			
		||||
    UPGRADE_TEXT_STANDARD = gettext_lazy("Available on Zulip Cloud Standard. Upgrade to access.")
 | 
			
		||||
    # plan_type controls various features around resource/feature
 | 
			
		||||
    # limitations for a Zulip organization on multi-tenant installations
 | 
			
		||||
    # like Zulip Cloud.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user