Skip to content

Commit

Permalink
AUT-1497: Solve merge conflict after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarAlexandru-Constantin committed Nov 14, 2023
1 parent e10c31c commit 3eafd41
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/components/contact-us/contact-us-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.accountNotFound.section2.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
anotherProblem: {
issueDescription: req.t(
Expand All @@ -512,6 +516,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.anotherProblem.section2.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
authenticatorApp: {
issueDescription: req.t(
Expand All @@ -522,6 +530,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.authenticatorApp.section2.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
emailSubscription: {
issueDescription: req.t(
Expand All @@ -538,6 +550,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.forgottenPassword.section1.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
invalidSecurityCode: {
moreDetailDescription: req.t(
Expand All @@ -548,6 +564,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.invalidSecurityCode.section1.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
noPhoneNumberAccess: {
optionalDescription: req.t(
Expand All @@ -558,6 +578,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.noPhoneNumberAccess.section1.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
noSecurityCode: {
moreDetailDescription: req.t(
Expand All @@ -568,6 +592,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.noSecurityCode.section1.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
signInPhoneNumberIssue: {
issueDescription: req.t(
Expand All @@ -582,6 +610,10 @@ export function getQuestionsFromFormTypeForMessageBody(
"pages.contactUsQuestions.signInPhoneNumberIssue.section3.header",
{ lng: "en" }
),
serviceTryingToUse: req.t(
"pages.contactUsQuestions.serviceTryingToUse.header",
{ lng: "en" }
),
},
signingInProblem: {
issueDescription: req.t(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
} if (errors['issueDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
} if (errors['optionalDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
} if (errors['additionalDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
} if (errors['additionalDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
} if (errors['optionalDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
} if (errors['moreDetailDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
} if (errors['optionalDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
} if (errors['moreDetailDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
} if (errors['issueDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
} if (errors['additionalDescription'])
}) }}

{% include "contact-us/questions/_service-trying-to-use.njk" %}

{{ govukWarningText({
text:'pages.contactUsQuestions.personalInformation.paragraph1' | translateEnOnly,
iconFallbackText: "Warning"
Expand Down

0 comments on commit 3eafd41

Please sign in to comment.