Skip to content
Snippets Groups Projects
Verified Commit 64abe018 authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Add strong tag to english text

parent 097612c0
No related branches found
No related tags found
1 merge request!204Modify register step form for guests
Pipeline #104459 passed
......@@ -136,7 +136,7 @@
"guestOverview": "Guest overview",
"guestRegisterWizardText": {
"identityHeader": "Identify yourself ",
"identityBody": "Enter national identity number if you have one. Otherwise use passport information.",
"identityBody": "Enter national identity number if you have one. <1>Otherwise</1> use passport information.",
"yourContactInformation": "Your contact information",
"contactInformationDescription": "Fill in your mobile phone number.",
"yourGuestPeriod": "Your guest period",
......
......@@ -438,7 +438,8 @@ const GuestRegisterStep = forwardRef(
</Typography>
<Typography sx={{ paddingBottom: '1rem' }}>
<Trans i18nKey="common:guestRegisterWizardText.identityBody">
Placeholder with <strong>asd</strong> text
Enter national identity number if you have one.{' '}
<strong>Otherwise</strong> use passport information.
</Trans>
<Divider sx={{ border: '1px solid' }} />
</Typography>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment