mirror of https://github.com/zulip/zulip.git
16 lines
818 B
Handlebars
16 lines
818 B
Handlebars
<div data-step="1">
|
|
{{#tr}}Zulip needs your permission to <z-link>enable desktop notifications.</z-link>
|
|
{{#*inline "z-link"}}<a class="request-desktop-notifications alert-link" role="button" tabindex=0>{{> @partial-block}}</a>{{/inline}}
|
|
{{/tr}}
|
|
</div>
|
|
<div data-step="2" style="display: none">
|
|
{{t "We strongly recommend enabling desktop notifications. They help Zulip keep your team connected." }}
|
|
<span class="buttons">
|
|
<a class="alert-link request-desktop-notifications" role="button" tabindex=0>{{t "Enable notifications" }}</a>
|
|
•
|
|
<a class="alert-link exit" role="button" tabindex=0>{{t "Ask me later" }}</a>
|
|
•
|
|
<a class="alert-link reject-notifications" role="button" tabindex=0>{{t "Never ask on this computer" }}</a>
|
|
</span>
|
|
</div>
|