mirror of https://github.com/zulip/zulip.git
capitalization: Fix Delete Alert Word.
This commit is contained in:
parent
780e3d8d12
commit
a67b405f3b
|
@ -30,7 +30,7 @@
|
|||
<span class="value">{{word}}</span>
|
||||
</div>
|
||||
<div class="edit-alert-word-buttons">
|
||||
<button type="submit" class="button small btn-small btn-danger remove-alert-word" title="{{t 'Delete Alert Word' }}" data-word="{{word}}">
|
||||
<button type="submit" class="button small btn-small btn-danger remove-alert-word" title="{{t 'Delete alert word' }}" data-word="{{word}}">
|
||||
<i class="icon-vector-trash"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue