FIX: missing aria-label on X of share modal

This commit is contained in:
Neil Lalonde 2015-05-07 17:31:36 -04:00
parent ffeab82947
commit 46606cd818

View File

@ -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}}