mirror of
https://github.com/discourse/discourse.git
synced 2025-04-01 18:15:44 +08:00
FIX: missing aria-label on X of share modal
This commit is contained in:
parent
ffeab82947
commit
46606cd818
@ -15,6 +15,6 @@
|
||||
{{/each}}
|
||||
|
||||
<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>
|
||||
{{/if}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user