We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9637a commit ec5a725Copy full SHA for ec5a725
src/features/localization/dictionaries/layout/ja.tsx
@@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
8
export const jaLayoutDictionary: LayoutDictionaryModel = {
9
ribbon: {
10
cta: {
11
- title: "jwt.io v2ベータバージョン:",
12
- description: "フィードバックをお寄せください。",
+ title: "より詳しくJSON Web Token (JWT) を知るには?",
+ description: "「JWTハンドブック」をダウンロード",
13
link: {
14
- url: "https://a0.to/jwt-io-feedback-ja",
+ url: "https://auth0.com/resources/ebooks/jp-jwt-handbook",
15
icon: {
16
label: "北東を指す矢",
17
},
0 commit comments