File tree 2 files changed +9
-2
lines changed
libs/application/templates/social-insurance-administration
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ export const statesMessages = defineMessages({
680
680
} ,
681
681
inProgressTag : {
682
682
id : 'sia.application:in.progress.tag' ,
683
- defaultMessage : 'Í vinnslu' ,
684
- description : 'In progress' ,
683
+ defaultMessage : 'Í vinnslu hjá þér ' ,
684
+ description : 'In progress with you ' ,
685
685
} ,
686
686
} )
Original file line number Diff line number Diff line change 1
1
import {
2
+ coreMessages ,
2
3
DefaultStateLifeCycle ,
3
4
EphemeralStateLifeCycle ,
4
5
pruneAfterDays ,
@@ -234,6 +235,9 @@ const IncomePlanTemplate: ApplicationTemplate<
234
235
status : 'inprogress' ,
235
236
lifecycle : pruneAfterDays ( 365 ) ,
236
237
actionCard : {
238
+ tag : {
239
+ label : coreMessages . tagsInProgress ,
240
+ } ,
237
241
pendingAction : {
238
242
title : statesMessages . tryggingastofnunInReviewTitle ,
239
243
content : statesMessages . tryggingastofnunInReviewContent ,
@@ -269,6 +273,9 @@ const IncomePlanTemplate: ApplicationTemplate<
269
273
status : 'completed' ,
270
274
lifecycle : DefaultStateLifeCycle ,
271
275
actionCard : {
276
+ tag : {
277
+ label : coreMessages . tagsDone ,
278
+ } ,
272
279
pendingAction : {
273
280
title : statesMessages . incomePlanProcessed ,
274
281
content : statesMessages . incomePlanProcessedDescription ,
You can’t perform that action at this time.
0 commit comments