Update populate_db.py

updated description to "Welcome to Zulip" by removing the organization description in the right sidebar
This commit is contained in:
Kalyan Cheva 2024-06-11 11:37:49 +05:30 committed by GitHub
parent b273059938
commit 998fe8fbd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -334,8 +334,7 @@ class Command(ZulipBaseCommand):
string_id="zulip",
name="Zulip Dev",
emails_restricted_to_domains=False,
description="The Zulip development environment default organization."
" It's great for testing!",
description="Welcome to Zulip",
invite_required=False,
plan_type=Realm.PLAN_TYPE_SELF_HOSTED,
org_type=Realm.ORG_TYPES["business"]["id"],