Skip to content

Commit a6bbb51

Browse files
committed
fix: correct backtick
1 parent 7a8e7fb commit a6bbb51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6589,7 +6589,7 @@ const translations = {
65896589
`You disputed the ${amountOwed} charge on the card ending in ${cardEnding}. Your account will be locked until the dispute is resolved with your bank.`,
65906590
},
65916591
cardAuthenticationRequired: {
6592-
title: "Your payment card hasn't been fully authenticated.",
6592+
title: 'Your payment card hasnt been fully authenticated.',
65936593
subtitle: ({cardEnding}: BillingBannerCardAuthenticationRequiredParams) =>
65946594
`Please complete the authentication process to activate your payment card ending in ${cardEnding}.`,
65956595
},

0 commit comments

Comments
 (0)