Skip to content

Commit 931c82d

Browse files
committed
update en dictionary entries
1 parent e2ee558 commit 931c82d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,18 @@ export const enHomeDictionary: HomeDictionaryModel = {
157157
label: "Header, payload, and signature example generator",
158158
},
159159
headerEditor: {
160-
title: "Header: Algorithm & Token Type",
160+
title: "Algorithm & Token Type",
161161
compactTitle: "Header",
162162
successMessage: "Valid header",
163163
},
164164
payloadEditor: {
165-
title: "Payload: Data",
165+
title: "Data",
166166
compactTitle: "Payload",
167167
successMessage: "Valid payload",
168168
},
169169
signatureEditor: {
170170
title: {
171-
secret: "Sign JWT: Secret",
171+
secret: "Secret",
172172
privateKey: "Sign JWT: Private Key",
173173
},
174174
compactTitle: {
@@ -185,7 +185,8 @@ export const enHomeDictionary: HomeDictionaryModel = {
185185
},
186186
},
187187
encodedJwt: {
188-
title: "JSON Web Token",
188+
title: "Encoded JWT",
189+
heading: "JWT Signature"
189190
},
190191
},
191192
};

src/features/localization/models/encoder-dictionary.model.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ export interface EncoderDictionaryModel {
4242
};
4343
encodedJwt: {
4444
title: string;
45+
heading?: string;
4546
};
4647
}

0 commit comments

Comments
 (0)