mirror of https://github.com/zulip/zulip.git
16 lines
547 B
Handlebars
16 lines
547 B
Handlebars
<div id="alert-word-settings" class="settings-section" data-name="custom-alert-words">
|
|
<div class="settings-section-title">
|
|
<i class="icon-vector-book settings-section-icon"></i>
|
|
{{t "Custom alert words" }}
|
|
</div>
|
|
<form class="form-horizontal" id="alert_word_info_box">
|
|
{{#tr this}}
|
|
<p class="alert-word-settings-note">
|
|
{{t "Alert words allow you to be notified as if you were @-mentioned
|
|
when certain words or phrases are used in Zulip."}}
|
|
</p>
|
|
{{/tr}}
|
|
</form>
|
|
<ul id="alert_words_list"></ul>
|
|
</div>
|