preamble text and other copy changes

This commit is contained in:
2024-04-24 17:24:35 +01:00
parent 53c78e07d8
commit 51f2a74b9b
13 changed files with 247 additions and 393 deletions
+6 -1
View File
@@ -131,7 +131,12 @@ export function Textfield(props) {
/>
</div>
<div className="govuk-body">
{t("newappeal:new-appeal-introduction-paragraph")}
<p>{t("newappeal:new-appeal-introduction-paragraph")}</p>
<p>
{t(
"newappeal:new-appeal-introduction-warning-paragraph"
)}
</p>
</div>
</>
);