mirror of https://github.com/zulip/zulip.git
tutorial: tweak Desktop app banner language.
(imported from commit 727dd269314092a28b39e43300ee322416e3e18e)
This commit is contained in:
parent
1c9a59fd3f
commit
e5a24c2d21
|
@ -271,7 +271,7 @@ function finale() {
|
|||
if (page_params.prompt_for_invites) {
|
||||
alert_contents = "<i class='icon-vector-heart alert-icon'></i>It's lonely in here! <a href='#invite-user' data-toggle='modal'>Invite some coworkers</a>.";
|
||||
} else {
|
||||
alert_contents = "<i class='icon-vector-desktop alert-icon'></i> Have you heard: the <a href='/apps' target='_blank'>Zulip desktop app</a> is awesome and you should get it!";
|
||||
alert_contents = "<i class='icon-vector-desktop alert-icon'></i>What's better than Zulip in your browser? The <a href='/apps' target='_blank'>Zulip desktop app</a>!";
|
||||
}
|
||||
show_app_alert(alert_contents);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue