mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	org settings: Standardize strings in Other permissions section.
Also, options are now ordered from most restrictive to least restrictive. A standard style here will be easier to understand and maintain as we add more settings here.
This commit is contained in:
		@@ -149,17 +149,17 @@ exports.generate_botserverrc_content = function (email, api_key, token) {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
exports.bot_creation_policy_values = {
 | 
			
		||||
    everyone: {
 | 
			
		||||
        code: 1,
 | 
			
		||||
        description: i18n.t("Members and admins"),
 | 
			
		||||
    },
 | 
			
		||||
    admins_only: {
 | 
			
		||||
        code: 3,
 | 
			
		||||
        description: i18n.t("Admins only"),
 | 
			
		||||
        description: i18n.t("Admins"),
 | 
			
		||||
    },
 | 
			
		||||
    everyone: {
 | 
			
		||||
        code: 1,
 | 
			
		||||
        description: i18n.t("Admins and members"),
 | 
			
		||||
    },
 | 
			
		||||
    restricted: {
 | 
			
		||||
        code: 2,
 | 
			
		||||
        description: i18n.t("Members and admins, but only admins can add generic bots"),
 | 
			
		||||
        description: i18n.t("Admins and members, but only admins can add generic bots"),
 | 
			
		||||
    },
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user