Skip to content

Commit

Permalink
fix(old-age-pension): Change banner to warning and add link to income…
Browse files Browse the repository at this point in the history
… plan in pendingAction (#16485)
  • Loading branch information
ylfahfa authored Oct 21, 2024
1 parent 5614a86 commit cc13e8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ const OldAgePensionTemplate: ApplicationTemplate<
},
pendingAction: {
title: coreSIAStatesMessages.tryggingastofnunSubmittedTitle,
content: coreSIAStatesMessages.tryggingastofnunSubmittedContent,
displayStatus: 'info',
content: statesMessages.oldAgePensionSubmittedContent,
displayStatus: 'warning',
},
historyLogs: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,11 @@ export const statesMessages = defineMessages({
defaultMessage: 'Umsókn vegna ellilífeyris hefur verið samþykkt',
description: 'The application for old-age pension has been approved',
},
oldAgePensionSubmittedContent: {
id: 'oap.application:oldAgePensionSubmittedContent#markdown',
defaultMessage:
'Umsókn þín er í bið eftir yfirferð. Hægt er að breyta umsókn þar til hún er tekin til yfirferðar. Athugið að ef ekki er búið að skila inn tekjuáætlun þarf að gera það hér.',
description:
'Your application is awaiting review. It is possible to edit the application until it is under review. Please note that if you have not submitted an income plan, you must do so here.',
},
})

0 comments on commit cc13e8e

Please sign in to comment.