zulip/static/templates/settings/add_alert_word.hbs

5 lines
277 B
Handlebars
Raw Normal View History

<form id="add-alert-word-form" class="form-horizontal">
<label for="add-alert-word-name">{{t "Alert word" }}</label>
<input type="text" name="alert-word-name" id="add-alert-word-name" class="required" maxlength=100 placeholder="{{t 'Alert word' }}" value="" />
</form>