Skip to content

Commit 14fc306

Browse files
authored
fix period placement (#1206)
1 parent a2bbf9e commit 14fc306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/messages/US/long_term_multi_gtz_3mez.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
["Buy now and pay later.", ["xsmall.2"]],
2222
[
2323
[
24-
"As low as ${formattedMonthlyPayment}/<span aria-hidden='true'>mo</span><span class='sr-only'>month</span> or 0% APR."
24+
"As low as ${formattedMonthlyPayment}/<span aria-hidden='true'>mo</span><span class='sr-only'>month</span> or 0% APR for 3 months."
2525
],
2626
["small", "medium", "large", "xlarge"]
2727
]

src/server/locale/US/PAY_LATER_LONG_TERM/mutations/long_term_multi_gtz_3mez.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
tag: 'medium',
126126
br: ['mo.', 'mo'],
127127
replace: [
128-
['APR.', 'APR'],
128+
['months.', 'months'],
129129
['mo.', 'mo']
130130
]
131131
},
@@ -146,7 +146,7 @@ export default {
146146
tag: 'medium',
147147
br: ['mo.', 'mo'],
148148
replace: [
149-
['APR.', 'APR'],
149+
['months.', 'months'],
150150
['mo.', 'mo']
151151
]
152152
},

0 commit comments

Comments
 (0)