From aa55e600ed48d9c21376a193cd4418746b7657f3 Mon Sep 17 00:00:00 2001
From: Tore Brede <Tore.Brede@uib.no>
Date: Wed, 15 Dec 2021 11:33:30 +0100
Subject: [PATCH] Removing text that caused translation not to show up for a
 word

---
 frontend/src/routes/guest/register/steps/register.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontend/src/routes/guest/register/steps/register.tsx b/frontend/src/routes/guest/register/steps/register.tsx
index ae63cefe..5aa50a8f 100644
--- a/frontend/src/routes/guest/register/steps/register.tsx
+++ b/frontend/src/routes/guest/register/steps/register.tsx
@@ -478,7 +478,7 @@ const GuestRegisterStep = forwardRef(
                   </Typography>
                   <Typography sx={{ paddingBottom: '1rem' }}>
                     <Trans i18nKey="common:guestRegisterWizardText.identityBody">
-                      Enter national identity number if you have one.{' '}
+                      Enter national identity number if you have one.
                       <strong>Otherwise</strong> use passport information.
                     </Trans>
                     <Divider sx={{ border: '1px solid' }} />
-- 
GitLab