emoji-settings: Fix value of aria-label attribute of search input.

This commit changes the value of aria-label attribute of search
input of emoji settings form to be "Filter emojis" instead of
"Filter linkifiers".
This commit is contained in:
sahil839
2020-06-29 00:51:32 +05:30
committed by Tim Abbott
parent 051842e646
commit 2e7bcc1436

View File

@@ -31,7 +31,7 @@
</form>
<input type="text" class="search" placeholder="{{t 'Filter emojis' }}"
aria-label="{{t 'Filter linkifiers' }}"/>
aria-label="{{t 'Filter emojis' }}"/>
<div class="progressive-table-wrapper" data-simplebar>
<table class="table table-condensed table-striped wrapped-table admin_emoji_table">
<thead>