Skip to content

Commit d54b4db

Browse files
authored
Merge pull request #857 from jsonwebtoken/jt/fix-footer-jp-text
Fix japanese footer test
2 parents b17e3fd + cf9cb46 commit d54b4db

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const jaLayoutDictionary: LayoutDictionaryModel = {
8484
url: BASE_URL,
8585
label: "JWTデバッガー",
8686
},
87-
copyright: `Copyright © ${new Date().getFullYear()} Okta. 全て rights reserved.`,
87+
copyright: `Copyright © ${new Date().getFullYear()} Okta. All rights reserved.`,
8888
resources: {
8989
title: "Auth0が運営する姉妹サイト",
9090
links: [

0 commit comments

Comments
 (0)