zulip/static/templates/tutorial_stream.handlebars

13 lines
433 B
Handlebars

{{! Contents of the "tutorial stream" onboarding popup }}
<div class="tutorial-popover popover-{{placement}}" id="tutorial-stream">
<p>
<b>Streams</b> are like chat rooms or mailing lists. You can easily
<b>join</b>, <b>leave</b>, and <b>make</b> them.
</p>
<div class="tutorial-done-button">
<button class="btn btn-primary" type="submit" id="tutorial-stream-next">Next</button>
</div>
</div>