Skip to content

Commit

Permalink
Added more strings to messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbjarnio committed Oct 28, 2024
1 parent f3d2295 commit d74a8b7
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,13 @@ export const Summary = ({
<Stack space={2}>
<Text>
{f(error.missingSignatureFieldsMessage, {
x: <strong>Grunnupplýsinga</strong>,
x: (
<strong>
{f(advert.general.sectionWithAbbreviation, {
x: 'a',
})}
</strong>
),
})}
</Text>
<BulletList color="black">
Expand Down

0 comments on commit d74a8b7

Please sign in to comment.