capitalization: Fix Delete Alert Word.

This commit is contained in:
Umair Khan 2017-03-08 17:32:26 +05:00 committed by Tim Abbott
parent 780e3d8d12
commit a67b405f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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>