mirror of https://github.com/zulip/zulip.git
12 lines
485 B
Handlebars
12 lines
485 B
Handlebars
{{! Contents of the "tutorial message" onboarding popup }}
|
|
|
|
<div class="tutorial-popover popover-{{placement}}" id="tutorial-message">
|
|
{{#tr this}}<p>Welcome to __page_params.product_name__!</p>{{/tr}}
|
|
|
|
{{#tr this}}<p>Messages in __page_params.product_name__ go to a <b>stream</b> and have a <b>topic</b>.</p>{{/tr}}
|
|
|
|
<div class="tutorial-done-button">
|
|
<button class="btn btn-primary" type="submit" id="tutorial-message-next">{{t "Next" }}</button>
|
|
</div>
|
|
</div>
|