Skip to content

Commit

Permalink
fix: Screen Reader Amounts in US Messages Read Incorrectly (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikacolette29 committed Mar 20, 2023
1 parent 04018ab commit ba954b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/messages/US/short_term_nq.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
["Buy now, pay later.", ["default", "xsmall"]],
["Buy now and pay later.", ["xsmall.2"]],
[
"Pay in 4 interest-free payments on purchases of <span aria-hidden='true'>{formattedMinAmount}-{formattedMaxAmount}.</span><span class='sr-only'>{formattedMinAmount} to {formattedMaxAmount},\u00a0</span>",
"Pay in 4 interest-free payments on purchases of {formattedMinAmount}-{formattedMaxAmount}.",
["medium", "large", "xlarge"]
]
],
Expand Down

0 comments on commit ba954b9

Please sign in to comment.