mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
* Doesn't pop up the warning until you actually try to send the message * Eliminates the red warning. * Changes confirm text to "Yes, send". * Adds a stream size threshhold of 15 people; smaller streams don't prompt about this. Fixes #2257.
9 lines
384 B
Handlebars
9 lines
384 B
Handlebars
<div class="compose-all-everyone">
|
|
<span class="compose-all-everyone-msg">
|
|
{{#tr this}}Are you sure you want to mention all <strong>__count__</strong> people in this stream?{{/tr}}
|
|
</span>
|
|
<span class="compose-all-everyone-controls">
|
|
<button type="button" class="btn btn-warning compose-all-everyone-confirm">{{t "Yes, send" }}</button>
|
|
</span>
|
|
</div>
|