tutorial: tweak Desktop app banner language.

(imported from commit 727dd269314092a28b39e43300ee322416e3e18e)
This commit is contained in:
Jessica McKellar 2014-01-13 12:47:48 -05:00
parent 1c9a59fd3f
commit e5a24c2d21
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}