duplicate contacts catch and handle and welsh

This commit is contained in:
2024-06-11 16:45:41 +01:00
parent e8c3d97f30
commit 2b9c160aee
13 changed files with 153 additions and 28 deletions
+19 -4
View File
@@ -982,9 +982,22 @@ let MakeRepresentation = (props) => {
<>
<div>
<p className="govuk-body">
Some text in here to explain about
raising a representation and why logging
in
{t(
"myrepresentations:sign-in-to-raise-rep-label"
)}{" "}
<a
href={
"mailto:" +
t(
"myrepresentations:login-contact-email"
)
}
className="govuk-link--no-underline"
>
{t(
"myrepresentations:login-contact-email"
)}
</a>
</p>
</div>
<button
@@ -992,7 +1005,9 @@ let MakeRepresentation = (props) => {
type="button"
onClick={() => signIn()}
>
Sign in to raise representation
{t(
"myrepresentations:sign-in-to-raise-rep-button"
)}
</button>
</>
) : (
+11 -2
View File
@@ -537,8 +537,17 @@ const CaseSummary = (props) => {
{t(
"case:representation-date-passed-additional-label"
)}{" "}
<Link href="mailto:pedw.casework@gov.wales">
pedw.casework@gov.wales
<Link
href={
"mailto:" +
t(
"home:login-contact-email"
)
}
>
{t(
"home:login-contact-email"
)}
</Link>
</p>
</div>