Skip to content

Commit

Permalink
fix(eligibility-start): modal - use msgid for trigger text
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 12, 2023
1 parent cf5f86c commit bda411e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<div class="media-body--details">
<p>
{% translate "eligibility.pages.start.bankcard.text" %}
{% include "core/includes/modal-trigger.html" with id="contactless-modal" classes="modal-trigger--link" text="Learn more about contactless cards" %}
{% translate "eligibility.pages.start.modal.title" as trigger_text %}
{% include "core/includes/modal-trigger.html" with id="contactless-modal" classes="modal-trigger--link" text=trigger_text %}
</p>
</div>

Expand Down

0 comments on commit bda411e

Please sign in to comment.