2017-03-15 02:06:22 +01:00
<div id="alert-word-settings" class="settings-section" data-name="alert-words">
2017-04-15 05:02:59 +02:00
<form class="form-horizontal" id="alert_word_info_box">
<p class="alert-word-settings-note">
2019-07-10 00:58:40 +02:00
{{ t "Alert words allow you to be notified as if you were @-mentioned when certain words or phrases are used in Zulip. Alert words are not case sensitive." }}
2017-04-15 05:02:59 +02:00
</p>
</form>
2017-06-07 21:16:02 +02:00
<div class="alert" id="alert_word_status" role="alert">
2017-07-14 23:48:17 +02:00
<button type="button" class="close close-alert-word-status" aria-label=" {{ t 'Close' }} ">
2017-06-07 20:26:37 +02:00
<span aria-hidden="true">×</span>
</button>
2017-06-07 21:16:02 +02:00
<span class="alert_word_status_text"></span>
2017-06-07 20:26:37 +02:00
</div>
2017-04-15 05:02:59 +02:00
<ul id="alert_words_list"></ul>
2016-10-05 02:21:09 +02:00
</div>