From 3263f77a0d5c8673a761f95b0dd672a8c1800781 Mon Sep 17 00:00:00 2001
From: Tore Brede <tore.brede@uib.no>
Date: Wed, 6 Jul 2022 12:20:48 +0200
Subject: [PATCH] GREG-284: Update NIN text

---
 frontend/public/locales/en/common.json | 2 +-
 frontend/public/locales/nb/common.json | 2 +-
 frontend/public/locales/nn/common.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/frontend/public/locales/en/common.json b/frontend/public/locales/en/common.json
index b9bde6e8..7707523e 100644
--- a/frontend/public/locales/en/common.json
+++ b/frontend/public/locales/en/common.json
@@ -166,7 +166,7 @@
   "guestOverview": "Guest overview",
   "guestRegisterWizardText": {
     "identityHeader": "Identify yourself ",
-    "identityBody": "Enter national identity number if you have one. <1>Otherwise</1> use passport information.",
+    "identityBody": "Enter your Norwegian national identity number if you have one. <1>Otherwise</1> use passport information.",
     "yourContactInformation": "Your contact information",
     "contactInformationDescription": "Fill in missing fields",
     "yourGuestPeriod": "Your guest period",
diff --git a/frontend/public/locales/nb/common.json b/frontend/public/locales/nb/common.json
index e107a8bb..76c6e5dd 100644
--- a/frontend/public/locales/nb/common.json
+++ b/frontend/public/locales/nb/common.json
@@ -166,7 +166,7 @@
   "guestOverview": "Oversikt over gjest",
   "guestRegisterWizardText": {
     "identityHeader": "Identifiser deg ",
-    "identityBody": "Fyll inn fødselsnummer hvis du har. <1>Eller</1> nasjonalitet og passnummer.",
+    "identityBody": "Fyll inn ditt norske fødselsnummer hvis du har. <1>Eller</1> nasjonalitet og passnummer.",
     "yourContactInformation": "Din kontaktinfo",
     "contactInformationDescription": "Fyll inn manglende informasjon",
     "yourGuestPeriod": "Din gjesteperiode",
diff --git a/frontend/public/locales/nn/common.json b/frontend/public/locales/nn/common.json
index b689424e..27a1995c 100644
--- a/frontend/public/locales/nn/common.json
+++ b/frontend/public/locales/nn/common.json
@@ -166,7 +166,7 @@
   "guestOverview": "Oversikt over gjest",
   "guestRegisterWizardText": {
     "identityHeader": "Identifiser deg ",
-    "identityBody": "Fyll inn enten fødselsnummer, om du har det, <1>eller</1> nasjonalitet og passnummer.",
+    "identityBody": "Fyll inn enten ditt norske fødselsnummer, om du har det, <1>eller</1> nasjonalitet og passnummer.",
     "yourContactInformation": "Din kontaktinformasjon",
     "contactInformationDescription": "Fyll inn manglande informasjon",
     "yourGuestPeriod": "Din gjesteperiode",
-- 
GitLab