File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/features/localization/dictionaries/layout Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
8
8
export const enLayoutDictionary : LayoutDictionaryModel = {
9
9
ribbon : {
10
10
cta : {
11
- title : "Developer Day is coming to your screen " ,
12
- description : "(Join us) " ,
11
+ title : "Get up-to-speed with JSON Web Tokens. " ,
12
+ description : "Get the JWT Handbook for free " ,
13
13
link : {
14
- url : "https://a0.to/devday25-rsvp " ,
14
+ url : "https://auth0.com/resources/ebooks/jwt-handbook?utm_source=jwt&utm_medium=microsites&utm_campaign=jwt " ,
15
15
icon : {
16
16
label : "Arrow pointing northeast" ,
17
17
} ,
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
8
8
export const jaLayoutDictionary : LayoutDictionaryModel = {
9
9
ribbon : {
10
10
cta : {
11
- title : "jwt.io v2ベータバージョン: " ,
12
- description : "フィードバックをお寄せください。 " ,
11
+ title : "より詳しくJSON Web Token (JWT) を知るには? " ,
12
+ description : "「JWTハンドブック」をダウンロード " ,
13
13
link : {
14
- url : "https://a0.to/ jwt-io-feedback-ja " ,
14
+ url : "https://auth0.com/resources/ebooks/jp- jwt-handbook " ,
15
15
icon : {
16
16
label : "北東を指す矢" ,
17
17
} ,
You can’t perform that action at this time.
0 commit comments