mirror of https://github.com/zulip/zulip.git
realm creation: Remove duplicate welcome string.
We already give a "Welcome to Zulip" in the PM with welcome-bot.
This commit is contained in:
parent
db4a8227ee
commit
a4c4f4dea9
|
@ -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,)
|
||||
|
||||
|
|
Loading…
Reference in New Issue