mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
onboarding: Improve welcome bot custom message wrapper.
The previous text was rather wordy, and using a silent mention makes it clear who has the ability to control this group, and who one can potentially contact with questions.
This commit is contained in:
@@ -32,7 +32,7 @@ def send_test_welcome_bot_custom_message(
|
||||
raise JsonableError(_("Message must not be empty"))
|
||||
|
||||
welcome_bot_custom_message_string = get_custom_welcome_message_string(
|
||||
welcome_message_custom_text
|
||||
user_profile.realm, welcome_message_custom_text
|
||||
)
|
||||
message_id = internal_send_private_message(
|
||||
get_system_bot(settings.WELCOME_BOT, user_profile.realm_id),
|
||||
|
||||
Reference in New Issue
Block a user