zulip/static/templates/tutorial_message.handlebars

12 lines
485 B
Handlebars
Raw Normal View History

{{! 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>