right click bugs

This commit is contained in:
2025-05-26 07:07:12 +01:00
parent d85b59a25f
commit 26070426e8
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -59,6 +59,7 @@ const Header = (props) => {
"/register", "/register",
"/myportal/searchresults", "/myportal/searchresults",
"/myportal/representation", "/myportal/representation",
"/myportal/viewall",
]; ];
const hasContactLink = [ const hasContactLink = [
@@ -279,6 +280,7 @@ const Header = (props) => {
}} }}
> >
{" "} {" "}
wwww
{t("common:available-in")} {t("common:available-in")}
</Link> </Link>
</div> </div>
@@ -356,7 +356,7 @@ const AwaitingSubmissionFromBlob = (props) => {
router.locale + router.locale +
"/fymhorth/gweldpopeth" "/fymhorth/gweldpopeth"
: "/myportal/viewall") + : "/myportal/viewall") +
"?viewKey=awaitingSubmission" "?viewKey=awaitingSubmissionDetails"
} }
className="govuk-link--no-underline" className="govuk-link--no-underline"
onClick={() => { onClick={() => {
+1 -1
View File
@@ -43,7 +43,7 @@
"account-title": "Your account", "account-title": "Your account",
"account-about-you-label": "About you", "account-about-you-label": "About you",
"account-role-label": "Role", "account-role-label": "Role",
"account-preferred-language-label": "Prefered language", "account-preferred-language-label": "Preferred language",
"account-preferred-language-english": "English", "account-preferred-language-english": "English",
"account-preferred-language-welsh": "Welsh", "account-preferred-language-welsh": "Welsh",
"account-first-name-label": "First name", "account-first-name-label": "First name",
+1 -1
View File
@@ -54,7 +54,7 @@ const Home = (props) => {
<div> <div>
<Head> <Head>
<title> <title>
{t("search:page-title")} - {t("common:service-name")} {t("account:account-title")} - {t("common:service-name")}
</title> </title>
</Head> </Head>
<div id="page_wrapper"> <div id="page_wrapper">