From 998fe8fbd0e4875724f15e6fe93ca8e936b53a21 Mon Sep 17 00:00:00 2001 From: Kalyan Cheva <135353498+Vivek-Cheva@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:37:49 +0530 Subject: [PATCH] Update populate_db.py updated description to "Welcome to Zulip" by removing the organization description in the right sidebar --- zilencer/management/commands/populate_db.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zilencer/management/commands/populate_db.py b/zilencer/management/commands/populate_db.py index f0d87a9202..056cd84918 100644 --- a/zilencer/management/commands/populate_db.py +++ b/zilencer/management/commands/populate_db.py @@ -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"],