mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: missing aria-label on X of share modal
This commit is contained in:
parent
ffeab82947
commit
46606cd818
@ -15,6 +15,6 @@
|
|||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
<div class='link'>
|
<div class='link'>
|
||||||
<a href {{action "close"}} title='{{i18n 'share.close'}}'>{{fa-icon "times-circle"}}</a>
|
<a href {{action "close"}} aria-label='{{i18n 'share.close'}}' title='{{i18n 'share.close'}}'>{{fa-icon "times-circle"}}</a>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user