onboarding: Modify content on onboarding messages.

- Tighten up the content.
- Use pretty quotes.
- Reorder "experiments" topic to appear after "start a conversation"
  in Inbox.
- Drop reference to messages being starred (not implemented yet).
This commit is contained in:
Alya Abbott
2024-05-10 15:18:35 -07:00
committed by Tim Abbott
parent 15a7870d2e
commit 8a51c42c07
2 changed files with 26 additions and 33 deletions

View File

@@ -1304,7 +1304,7 @@ class RealmCreationTest(ZulipTestCase):
# Check welcome messages
for stream_name, text, message_count in [
(str(Realm.DEFAULT_NOTIFICATION_STREAM_NAME), "learn about new features", 3),
(str(Realm.ZULIP_SANDBOX_CHANNEL_NAME), "new conversation thread", 5),
(str(Realm.ZULIP_SANDBOX_CHANNEL_NAME), "Use this topic to try out", 5),
]:
stream = get_stream(stream_name, realm)
recipient = stream.recipient