Skip to content

Commit 833f4a4

Browse files
committed
change titles for decoded header and payload
1 parent 078bfd2 commit 833f4a4

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

src/features/localization/dictionaries/home/en.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const enHomeDictionary: HomeDictionaryModel = {
9292
label: "JWT example generator",
9393
},
9494
jwtEditor: {
95-
headline: "Encoded value",
95+
headline: "Encoded Token",
9696
label: "JWT editor",
9797
title: "JSON Web Token (JWT)",
9898
compactTitle: "JWT",
@@ -105,7 +105,7 @@ export const enHomeDictionary: HomeDictionaryModel = {
105105
label: "JSON",
106106
},
107107
claims: {
108-
label: "Claims Table",
108+
label: "Claims Breakdown",
109109
},
110110
},
111111
},
@@ -116,7 +116,7 @@ export const enHomeDictionary: HomeDictionaryModel = {
116116
label: "JSON",
117117
},
118118
claims: {
119-
label: "Claims Table",
119+
label: "Claims Breakdown",
120120
},
121121
},
122122
},

0 commit comments

Comments
 (0)