mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-13 07:24:38 -04:00
FIX: missing aria-label on X of share modal
This commit is contained in:
parent
ffeab82947
commit
46606cd818
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue