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:
Tim Abbott
2025-08-13 13:28:30 -07:00
parent 04fe9be715
commit 3e84eaab5d
2 changed files with 10 additions and 5 deletions

View File

@@ -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),