added in guidance link and welsh trans

This commit is contained in:
2024-04-02 17:45:02 +01:00
parent 9142870457
commit 86f15ba949
10 changed files with 110 additions and 55 deletions
@@ -130,7 +130,7 @@ const AwaitingSubmissionFromBlob = (props) => {
)}
</div>
<div>
<b>LPA reference:</b>{" "}
<b>{t("myportal:lpa-reference-label")}:</b>{" "}
{
showTopThreeArr[key]
.pinswg_lpaapplicationreference
@@ -239,7 +239,13 @@ const AwaitingSubmissionFromBlob = (props) => {
"appealComplete"
) && (
<div className="cardModuleReference">
<b>Submission processing.....</b>
<b>
{" "}
{t(
"myportal:submission-processing-label"
)}
.....
</b>
</div>
)}
</div>
+1 -1
View File
@@ -28,7 +28,7 @@ export default function MakeNewAppeal() {
{t("myportal:makenewappeal-card-paragraph-three")}
</p>
<p className="govuk-body-s govuk govuk-!-margin-top-5">
<Link href="https://gov.wales">
<Link href={t("myportal:makenewappeal-card-guidance-link")}>
{t("myportal:makenewappeal-card-link-label")}
</Link>
</p>