Skip to content

Commit 025fcdc

Browse files
fix: ja localisation for Passport & Continue shopping for checkout result modal
1 parent 2aa8e97 commit 025fcdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/components/Checkout/i18n/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const Strings = {
6565
},
6666
Passport: {
6767
en: 'Passport',
68-
ja: 'Passport',
68+
ja: 'パスポート',
6969
},
7070
Home: {
7171
en: 'Home',
@@ -81,6 +81,6 @@ export const Strings = {
8181
},
8282
ContinueShopping: {
8383
en: 'Continue Shopping',
84-
ja: 'Continue Shopping',
84+
ja: 'ストアに戻る',
8585
},
8686
} satisfies ClubsI18nParts

0 commit comments

Comments
 (0)