mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
settings: Update organization permission strings to reflect guests.
This commit is contained in:
@@ -151,7 +151,7 @@ exports.generate_botserverrc_content = function (email, api_key, token) {
|
||||
exports.bot_creation_policy_values = {
|
||||
everyone: {
|
||||
code: 1,
|
||||
description: i18n.t("Everyone"),
|
||||
description: i18n.t("Members and admins"),
|
||||
},
|
||||
admins_only: {
|
||||
code: 3,
|
||||
@@ -159,7 +159,7 @@ exports.bot_creation_policy_values = {
|
||||
},
|
||||
restricted: {
|
||||
code: 2,
|
||||
description: i18n.t("Everyone, but only admins can add generic bots"),
|
||||
description: i18n.t("Members and admins, but only admins can add generic bots"),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user