mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
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:
@@ -31,7 +31,7 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<input type="text" class="search" placeholder="{{t 'Filter emojis' }}"
|
<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>
|
<div class="progressive-table-wrapper" data-simplebar>
|
||||||
<table class="table table-condensed table-striped wrapped-table admin_emoji_table">
|
<table class="table table-condensed table-striped wrapped-table admin_emoji_table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user