settings: Reword welcome bot custom message setting.

This is more consistent with the adjacent setting, among other
benefits.
This commit is contained in:
Tim Abbott
2025-08-13 13:41:44 -07:00
parent 2eb3e18b63
commit 946136a587
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ administrators.
{settings_tab|organization-settings} {settings_tab|organization-settings}
1. Under **Onboarding**, enable **Add a custom Welcome Bot message for 1. Under **Onboarding**, enable **Send a custom Welcome Bot message to
new users**. new users**.
1. Under **Message text**, enter a custom welcome message using Zulip's standard 1. Under **Message text**, enter a custom welcome message using Zulip's standard

View File

@@ -55,7 +55,7 @@ const admin_settings_label = {
}), }),
realm_default_code_block_language: $t({defaultMessage: "Default language for code blocks"}), realm_default_code_block_language: $t({defaultMessage: "Default language for code blocks"}),
realm_enable_welcome_message_custom_text: $t({ realm_enable_welcome_message_custom_text: $t({
defaultMessage: "Add a custom Welcome Bot message for new users", defaultMessage: "Send a custom Welcome Bot message to new users",
}), }),
// Organization permissions // Organization permissions