diff --git a/frontend/public/locales/en/common.json b/frontend/public/locales/en/common.json
index cd7f9f966c65ddc8246da48f41d664190f9546bd..7b4fba330475944249c4764d59c5e02a28c7eb9c 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 cc4366c858ef8851fa89e6a0b24edcb694c9d4d8..4fc11828581d60d459660021035346a25ba7cef2 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>