duplicate contacts catch and handle and welsh
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user