Skip to content

Commit ec5a725

Browse files
committed
add japanese translation for new banner text
1 parent 9c9637a commit ec5a725

File tree

1 file changed

+3
-3
lines changed
  • src/features/localization/dictionaries/layout

1 file changed

+3
-3
lines changed

src/features/localization/dictionaries/layout/ja.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
88
export const jaLayoutDictionary: LayoutDictionaryModel = {
99
ribbon: {
1010
cta: {
11-
title: "jwt.io v2ベータバージョン:",
12-
description: "フィードバックをお寄せください。",
11+
title: "より詳しくJSON Web Token (JWT) を知るには?",
12+
description: "「JWTハンドブック」をダウンロード",
1313
link: {
14-
url: "https://a0.to/jwt-io-feedback-ja",
14+
url: "https://auth0.com/resources/ebooks/jp-jwt-handbook",
1515
icon: {
1616
label: "北東を指す矢",
1717
},

0 commit comments

Comments
 (0)