From 64abe018c0d5b60a65a69e80917695225398c811 Mon Sep 17 00:00:00 2001
From: Andreas Ellewsen <ae@uio.no>
Date: Wed, 15 Dec 2021 09:14:28 +0100
Subject: [PATCH] Add strong tag to english text

---
 frontend/public/locales/en/common.json                | 2 +-
 frontend/src/routes/guest/register/steps/register.tsx | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/frontend/public/locales/en/common.json b/frontend/public/locales/en/common.json
index cd7f9f96..7b4fba33 100644
--- a/frontend/public/locales/en/common.json
+++ b/frontend/public/locales/en/common.json
@@ -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",
diff --git a/frontend/src/routes/guest/register/steps/register.tsx b/frontend/src/routes/guest/register/steps/register.tsx
index cc4366c8..4fc11828 100644
--- a/frontend/src/routes/guest/register/steps/register.tsx
+++ b/frontend/src/routes/guest/register/steps/register.tsx
@@ -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>
-- 
GitLab