zulip/static/templates/subscription_invites_warnin...

16 lines
967 B
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div id='invites-warning-overlay' class='overlay new-style show' style='z-index:1000;'>
<div class="modal" id="invites-warning-modal" tabindex="-1" role="dialog" aria-labelledby="invites-warning-label" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close close-invites-warning-modal" aria-hidden="true">×</button>
<h3 id="invites-warning-label">{{t "Large number of subscribers" }}</h3>
</div>
<div class="modal-body">
<p>{{#tr this}}Are you sure you want to create stream '__stream_name__' and subscribe __count__ users to it?{{/tr}}</p>
</div>
<div class="modal-footer">
<button class="btn btn-default close-invites-warning-modal" aria-hidden="true">{{t "Go back" }}</button>
<button class="btn btn-warning confirm-invites-warning-modal">{{#tr this}}Yes, subscribe __count__ users!{{/tr}}</button>
</div>
</div>
</div>