Skip to content

Commit

Permalink
message tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
albinagu committed Sep 12, 2024
1 parent 40ca5e0 commit 2948945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const getForm = ({
label: m.preDataCollectionApplicationForDefault,
disabled: !allowEstateApplication,
//TODO: remove tooltip when this application is ready to go live
tooltip: 'Þessi tengund af umsókn er í vinnslu',
tooltip: m.preDataCollectionApplicationForDefaultTooltip,
},
{
value: PREPAID_INHERITANCE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ export const m = defineMessages({
defaultMessage: 'Dánarbú',
description: '',
},
preDataCollectionApplicationForDefaultTooltip: {
id: 'ir.application:preDataCollectionApplicationForDefaultTooltip',
defaultMessage: 'Ekki er búið að opna fyrir umsóknir af þessari gerð.',
description: '',
},
// Application begin
applicationName: {
id: 'ir.application:applicationName',
Expand Down

0 comments on commit 2948945

Please sign in to comment.