Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training-front-end/src/components/TrainingCard.astro
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ aria-label is used to address accessiblity issues with same link text linking to
*/
const { item, category } = Astro.props;
const aria_label_training = `${item.training_link_text} for ${category}`;
const aria_label_quiz = `Take the ${item.header.toLowerCase()} quiz for ${category}`;
const aria_label_quiz = `Take the quiz ${item.header.toLowerCase()} for ${category}`;
---

0 comments on commit cba114f

Please sign in to comment.