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";
88export const enLayoutDictionary : LayoutDictionaryModel = {
99 ribbon : {
1010 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 " ,
1313 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 " ,
1515 icon : {
1616 label : "Arrow pointing northeast" ,
1717 } ,
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
88export 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 } ,
You can’t perform that action at this time.
0 commit comments