mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
onboarding: Add navigation_tour_video_text in initial DM by welcome bot.
This commit adds a line in the initial DM sent to new users by the welcome bot regarding the new navigation tour video.
This commit is contained in:
committed by
Tim Abbott
parent
5f3896710f
commit
7cd0fc645b
@@ -85,17 +85,24 @@ I've kicked off some conversations to help you get started. You can find
|
||||
them in your [Inbox](/#inbox).
|
||||
""")
|
||||
|
||||
navigation_tour_video_string = _("""
|
||||
You can always come back to the [Welcome to Zulip video]({navigation_tour_video_url}) for a quick app overview.
|
||||
""").format(navigation_tour_video_url=settings.NAVIGATION_TOUR_VIDEO_URL)
|
||||
|
||||
content = _("""
|
||||
Hello, and welcome to Zulip!👋 {inform_about_tracked_onboarding_messages_text}
|
||||
|
||||
{getting_started_text} {organization_setup_text}
|
||||
|
||||
{navigation_tour_video_text}
|
||||
|
||||
{demo_organization_text}
|
||||
|
||||
""").format(
|
||||
inform_about_tracked_onboarding_messages_text=inform_about_tracked_onboarding_messages_text,
|
||||
getting_started_text=getting_started_string,
|
||||
organization_setup_text=organization_setup_string,
|
||||
navigation_tour_video_text=navigation_tour_video_string,
|
||||
demo_organization_text=demo_organization_warning_string,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user