zulip/templates/zephyr/tutorial_finale.html
Jessica McKellar dac5a46fa4 Rename user-visible uses of "subject" to "topic".
(imported from commit 19e08a13624686da8703fcb8b5eefe2e29edf64b)
2013-07-17 12:04:45 -04:00

25 lines
831 B
HTML

<div class="modal hide" id="tutorial-finale" tabindex="-1" role="dialog"
aria-labelledby="tutorial-finale-label" aria-hidden="true">
<div class="modal-header">
<h3 id="tutorial-finale-label">Why Zulip?</h3>
</div>
<div class="modal-body">
<b>We make it easy for you to see the things you care about.</b>
<p>
Streams, topics, and narrowing let you zoom in on the things that
interest you, and quickly ignore the ones that don't.
</p>
<p>
This is critical, because it means you can return to Zulip after being
away for hours without missing the important stuff.
</p>
<p>
Now go forth and enjoy Zulip!
</p>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="submit" id="tutorial-get-started">Get started</button>
</div>
</div>