mirror of https://github.com/zulip/zulip.git
Update populate_db.py
updated description to "Welcome to Zulip" by removing the organization description in the right sidebar
This commit is contained in:
parent
b273059938
commit
998fe8fbd0
|
@ -334,8 +334,7 @@ class Command(ZulipBaseCommand):
|
||||||
string_id="zulip",
|
string_id="zulip",
|
||||||
name="Zulip Dev",
|
name="Zulip Dev",
|
||||||
emails_restricted_to_domains=False,
|
emails_restricted_to_domains=False,
|
||||||
description="The Zulip development environment default organization."
|
description="Welcome to Zulip",
|
||||||
" It's great for testing!",
|
|
||||||
invite_required=False,
|
invite_required=False,
|
||||||
plan_type=Realm.PLAN_TYPE_SELF_HOSTED,
|
plan_type=Realm.PLAN_TYPE_SELF_HOSTED,
|
||||||
org_type=Realm.ORG_TYPES["business"]["id"],
|
org_type=Realm.ORG_TYPES["business"]["id"],
|
||||||
|
|
Loading…
Reference in New Issue