diff --git a/src/components/forms/first-registration/has-child.tsx b/src/components/forms/first-registration/has-child.tsx index 68a1654..d71ce6e 100644 --- a/src/components/forms/first-registration/has-child.tsx +++ b/src/components/forms/first-registration/has-child.tsx @@ -34,15 +34,15 @@ export function HasChild() { }} >
-

- {t("first-registration.q4", language)} +
+

{t("first-registration.q4", language)}

-

+
{options.map((option) => { diff --git a/src/components/forms/first-registration/is-married.tsx b/src/components/forms/first-registration/is-married.tsx index d0122e4..d9a6bef 100644 --- a/src/components/forms/first-registration/is-married.tsx +++ b/src/components/forms/first-registration/is-married.tsx @@ -34,15 +34,15 @@ export function IsMarried() { }} >
-

- {t("first-registration.q2", language)} +
+

{t("first-registration.q2", language)}

-

+
{options.map((option) => { const name = "first-registration.q2.radio"; diff --git a/src/components/forms/first-registration/is-registering-child.tsx b/src/components/forms/first-registration/is-registering-child.tsx index b350340..04c6bb5 100644 --- a/src/components/forms/first-registration/is-registering-child.tsx +++ b/src/components/forms/first-registration/is-registering-child.tsx @@ -38,15 +38,15 @@ export function IsRegisteringChild() { }} >
-

- {t("first-registration.q5", language)} +
+

{t("first-registration.q5", language)}

-

+
{options.map((option) => { const name = "first-registration.q5.radio"; diff --git a/src/components/forms/first-registration/is-registering-more-than-two.tsx b/src/components/forms/first-registration/is-registering-more-than-two.tsx index e1fe3bf..69dec7c 100644 --- a/src/components/forms/first-registration/is-registering-more-than-two.tsx +++ b/src/components/forms/first-registration/is-registering-more-than-two.tsx @@ -38,15 +38,15 @@ export function IsRegisteringMoreThanTwo() { }} >
-

- {t("first-registration.q6", language)} +
+

{t("first-registration.q6", language)}

-

+
{options.map((option) => { const name = "first-registration.q6.radio"; diff --git a/src/components/forms/first-registration/is-registering-spouse.tsx b/src/components/forms/first-registration/is-registering-spouse.tsx index 9b16374..c6d2211 100644 --- a/src/components/forms/first-registration/is-registering-spouse.tsx +++ b/src/components/forms/first-registration/is-registering-spouse.tsx @@ -39,7 +39,7 @@ export function IsRegisteringSpouse() { >

- {t("first-registration.q3", language)} +

{t("first-registration.q3", language)}

-

- {t("nationality.q3", language)} +
+

{t("nationality.q3", language)}

-

+
{options.map((option) => { const name = "nationality.q3.radio"; diff --git a/src/components/forms/nationality/is-german-under-16.tsx b/src/components/forms/nationality/is-german-under-16.tsx index f7db793..d679861 100644 --- a/src/components/forms/nationality/is-german-under-16.tsx +++ b/src/components/forms/nationality/is-german-under-16.tsx @@ -36,15 +36,15 @@ export function IsGermanUnder16() { }} >
-

- {t("nationality.q2", language)} +
+

{t("nationality.q2", language)}

-

+
{options.map((option) => { const name = "nationality.q2.radio"; diff --git a/src/components/forms/nationality/is-german.tsx b/src/components/forms/nationality/is-german.tsx index 45345f6..9b4c03a 100644 --- a/src/components/forms/nationality/is-german.tsx +++ b/src/components/forms/nationality/is-german.tsx @@ -34,15 +34,15 @@ export function IsGerman() { }} >
-

- {t("nationality.q1", language)} +
+

{t("nationality.q1", language)}

-

+
{options.map((option) => { const name = "nationality.q1.radio"; diff --git a/src/components/forms/nationality/is-non-german-under-16.tsx b/src/components/forms/nationality/is-non-german-under-16.tsx index d2bad97..924bebd 100644 --- a/src/components/forms/nationality/is-non-german-under-16.tsx +++ b/src/components/forms/nationality/is-non-german-under-16.tsx @@ -38,15 +38,15 @@ export function IsNonGermanUnder16() { }} >
-

- {t("nationality.q4", language)} +
+

{t("nationality.q4", language)}

-

+
{options.map((option) => { const name = "nationality.q4.radio"; diff --git a/src/components/forms/nationality/is-refugee.tsx b/src/components/forms/nationality/is-refugee.tsx index be36ed6..388ffd1 100644 --- a/src/components/forms/nationality/is-refugee.tsx +++ b/src/components/forms/nationality/is-refugee.tsx @@ -34,15 +34,15 @@ export function IsRefugee() { }} >
-

- {t("nationality.q5", language)} +
+

{t("nationality.q5", language)}

-

+
{options.map((option) => { const name = "nationality.q5.radio"; diff --git a/src/components/forms/other-residence/has-other-residence.tsx b/src/components/forms/other-residence/has-other-residence.tsx index ace6123..42628db 100644 --- a/src/components/forms/other-residence/has-other-residence.tsx +++ b/src/components/forms/other-residence/has-other-residence.tsx @@ -38,15 +38,15 @@ export function HasOtherResidence() { }} >
-

- {t("other-residence.q1", language)} +
+

{t("other-residence.q1", language)}

-

+
{options.map((option) => { const name = "other-residence.q1.radio"; diff --git a/src/components/forms/other-residence/is-other-residence-abroad.tsx b/src/components/forms/other-residence/is-other-residence-abroad.tsx index 55da9de..806945e 100644 --- a/src/components/forms/other-residence/is-other-residence-abroad.tsx +++ b/src/components/forms/other-residence/is-other-residence-abroad.tsx @@ -38,15 +38,15 @@ export function IsOtherResidenceAbroad() { }} >
-

- {t("other-residence.q2", language)} +
+

{t("other-residence.q2", language)}

-

+
{options.map((option) => { const name = "other-residence.q2.radio"; diff --git a/src/components/forms/other-residence/is-registering-for-more-than-six-months.tsx b/src/components/forms/other-residence/is-registering-for-more-than-six-months.tsx index 62284f5..f27085c 100644 --- a/src/components/forms/other-residence/is-registering-for-more-than-six-months.tsx +++ b/src/components/forms/other-residence/is-registering-for-more-than-six-months.tsx @@ -40,15 +40,15 @@ export function IsRegisteringForMoreThanSixMonths() { }} >
-

- {t("other-residence.q4", language)} +
+

{t("other-residence.q4", language)}

-

+
{options.map((option) => { const name = "other-residence.q4.radio"; diff --git a/src/components/forms/other-residence/is-registering-for-more-than-three-months.tsx b/src/components/forms/other-residence/is-registering-for-more-than-three-months.tsx index 230345f..df5de8d 100644 --- a/src/components/forms/other-residence/is-registering-for-more-than-three-months.tsx +++ b/src/components/forms/other-residence/is-registering-for-more-than-three-months.tsx @@ -40,15 +40,15 @@ export function IsRegisteringForMoreThanThreeMonths() { }} >
-

- {t("other-residence.q3", language)} +
+

{t("other-residence.q3", language)}

-

+
{options.map((option) => { const name = "other-residence.q3.radio";