Skip to content

Commit

Permalink
fix(contactless): add back alt for contactless
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 15, 2023
1 parent cf99040 commit dca4eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 id="contactless-modal" class="me-4 me-md-0">{% translate "Learn more about c
</p>
<p class="pt-4">{% translate "The contactless symbol is four curved lines, like this:" %}</p>
<p class="contactless-symbol pt-3">
<img class="icon mx-auto d-block" width="30" height="37.5" src="{% static 'img/icon/contactless.svg' %}" alt="" />
<img class="icon mx-auto d-block" width="30" height="37.5" src="{% static 'img/icon/contactless.svg' %}" alt="{% translate "Four curved lines on contactless-enabled cards" context "image alt text" %}" />
</p>
<p class="pt-4">{% translate "Your card must include a Visa or Mastercard logo." %}</p>
<p class="pt-4">
Expand Down

0 comments on commit dca4eb4

Please sign in to comment.