Skip to content

Commit

Permalink
fix(marriage-conditions): mock payment (#16334)
Browse files Browse the repository at this point in the history
* fix(marriage-conditions): mock payment

* chore: nx format:write update dirty files

---------

Co-authored-by: andes-it <builders@andes.is>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and busla committed Oct 10, 2024
1 parent 4e2a7f3 commit d47a957
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const getApplication = ({ allowFakeData = false }): Form => {
description: m.dataCollectionDescription,
checkboxLabel: m.dataCollectionCheckboxLabel,
dataProviders: dataCollection,
enableMockPayment: true,
}),
],
}),
Expand All @@ -87,8 +88,7 @@ export const getApplication = ({ allowFakeData = false }): Form => {
buildMultiField({
id: 'sides',
title: m.informationTitle,
description:
'Beiðni um könnun hjónavígsluskilyrða mun ekki hljóta efnismeðeferð fyrr en hjónaefni hafa bæði veitt rafræna undirskrift. Vinsamlegast gangið því úr skugga um að símanúmer og netföng séu rétt rituð.',
description: m.informationDescription,
children: [
buildDescriptionField({
id: 'header1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ export const m = defineMessages({
defaultMessage: 'Upplýsingar um hjónaefni',
description: 'Information section title',
},
informationDescription: {
id: 'mac.application:informationDescription',
defaultMessage:
'Beiðni um könnun hjónavígsluskilyrða mun ekki hljóta efnismeðeferð fyrr en hjónaefni hafa bæði veitt rafræna undirskrift. Vinsamlegast gangið því úr skugga um að símanúmer og netföng séu rétt rituð.',
description: 'Information section title',
},
informationSectionTitle: {
id: 'mac.application:informationTitle',
defaultMessage: 'Upplýsingar',
Expand Down

0 comments on commit d47a957

Please sign in to comment.