realm creation: Remove duplicate welcome string.

We already give a "Welcome to Zulip" in the PM with welcome-bot.
This commit is contained in:
Vishnu Ks 2017-07-16 20:55:11 -07:00 committed by Tim Abbott
parent db4a8227ee
commit a4c4f4dea9
1 changed files with 1 additions and 2 deletions

View File

@ -2296,8 +2296,7 @@ def do_create_realm(string_id, name, restricted_to_domain=None,
stream_name = notifications_stream.name
sender = get_system_bot(settings.WELCOME_BOT)
topic = "welcome"
content = """Hello, and welcome to Zulip!
content = """\
This is a message on stream `%s` with the topic `welcome`. We'll use this stream for
system-generated notifications.""" % (stream_name,)