Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #219 from Financial-Times/aria-label
Browse files Browse the repository at this point in the history
add aria label for categories
  • Loading branch information
jenniferemshepherd committed Aug 30, 2019
2 parents df1ea04 + 621d74b commit 7b41300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/display-concept.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</span>
{{/if}}
{{#if @nTeaserPresenter.teaserConcept}}
<a href="{{{@nTeaserPresenter.teaserConcept.relativeUrl}}}" class="o-teaser__tag" data-trackable="primary-concept">
<a href="{{{@nTeaserPresenter.teaserConcept.relativeUrl}}}" class="o-teaser__tag" data-trackable="primary-concept" aria-label="Category:{{{@nTeaserPresenter.teaserConcept.prefLabel}}}">
{{@nTeaserPresenter.teaserConcept.prefLabel}}
</a>
{{/if}}
Expand Down

0 comments on commit 7b41300

Please sign in to comment.