Case Type:
@@ -133,7 +133,7 @@ export default function ViewAllResults(props) {
]
}
-
+
Status:
diff --git a/components/servicebanner.js b/components/servicebanner.js
new file mode 100644
index 00000000..f1b039c8
--- /dev/null
+++ b/components/servicebanner.js
@@ -0,0 +1,21 @@
+import Link from "next/link";
+import useTranslation from "next-translate/useTranslation";
+import router from "next/router";
+
+export default function ServiceBanner() {
+ let { t, lang } = useTranslation();
+ return (
+
+
+
+
+
+ );
+}
diff --git a/locales/cy/common.json b/locales/cy/common.json
index 8687e92c..4eb839b1 100644
--- a/locales/cy/common.json
+++ b/locales/cy/common.json
@@ -2,6 +2,7 @@
"gov-wales-link": "https://llyw.cymru",
"gov-wales-label": "LLYW.CYMRU",
"service-name": "Cynllunio gwaith achos",
+ "service-name-breadcrumb": "Hafan",
"new-service-beta": "Mae hwn yn wasanaeth newydd",
"breadcrumb-back-link": "Yn ôl",
"error-radio": "Dewiswch opsiwn",
@@ -16,6 +17,8 @@
"footer-cookies-link": "Chwcis",
"footer-accessibility-link": "Hygyrchedd",
"footer-feedback-link": "Adborth",
+ "footer-copyright-link": "Datganiad hawlfraint",
+ "footer-alternative-languages-link": "Ieithoedd amgen",
"mobile-nav-label": "Dewislen",
"signout-label": "Cofrestrwch allan",
"back-to-top-link": "Nôl i dop y dudalen",
diff --git a/locales/cy/home.json b/locales/cy/home.json
index e769e499..bcb17ba5 100644
--- a/locales/cy/home.json
+++ b/locales/cy/home.json
@@ -27,6 +27,6 @@
"inspectorate-card-visit-link": "Hafan",
"inspectorate-card-alt-text": "Yr Arolygiaeth Gynllunio",
"dns-card-title": "Datblygiadau o Arwyddocâd Cenedlaethol",
- "dns-card-paragraph": "Mae Datblygiad o Arwyddocâd Cenedlaethol (DAC) yn fath o gais cynllunio ar gyfer prosiect seilwaith mawr sydd o bwysigrwydd cenedlaethol yng Nghymru. Yn y fan hon, gallwch gael gwybod am geisiadau DAC arfaethedig. Rheolir y safle hwn gan yr Arolygiaeth Gynllunio.",
+ "dns-card-paragraph": "Mae Datblygiad o Arwyddocâd Cenedlaethol (DAC) yn fath o gais cynllunio ar gyfer prosiect seilwaith mawr sydd o bwysigrwydd cenedlaethol yng Nghymru. Yn y fan hon, gallwch gael gwybod am geisiadau DAC arfaethedig.",
"dns-card-button": "Gweld pob cais"
}
\ No newline at end of file
diff --git a/locales/cy/search.json b/locales/cy/search.json
index 4929abd7..67dd43c1 100644
--- a/locales/cy/search.json
+++ b/locales/cy/search.json
@@ -57,7 +57,7 @@
"searchresults-case-type-label": "Math o Achos",
"searchresults-status-label": "Statws",
"searchresults-watch-label": "Gwylio",
- "searchresults-search-button-label": "Mireinio'r chwiliad",
+ "searchresults-search-button-label": "Chwilio uwch",
"searchresults-new-search-button-label": "Chwiliad newydd",
"searchresults-no-records-label": "Nid oes unrhyw gofnodion"
}
\ No newline at end of file
diff --git a/locales/en/common.json b/locales/en/common.json
index 7311f4ee..98ed242a 100644
--- a/locales/en/common.json
+++ b/locales/en/common.json
@@ -2,6 +2,7 @@
"gov-wales-link": "https://www.gov.wales",
"gov-wales-label": "GOV.WALES",
"service-name": "Planning casework",
+ "service-name-breadcrumb": "Home",
"new-service-beta": "This is a new service",
"breadcrumb-back-link": "Back",
"error-radio": "Choose an option",
@@ -12,10 +13,12 @@
"search-button": "Search",
"submit-and-start": "Submit and start course",
"footer-terms-conditions-link": "Terms and conditions",
- "footer-privacy-link": "Privacy Notice",
+ "footer-privacy-link": "Privacy",
"footer-cookies-link": "Cookies",
"footer-accessibility-link": "Accessibility",
- "footer-feedback-link": "Feedback",
+ "footer-feedback-link": "Give feedback about this page",
+ "footer-copyright-link": "Copyright statement",
+ "footer-alternative-languages-link": "Alternative languages",
"mobile-nav-label": "Menu",
"signout-label": "Sign out",
"back-to-top-link": "Back to top",
diff --git a/locales/en/home.json b/locales/en/home.json
index d33cb767..86ebd596 100644
--- a/locales/en/home.json
+++ b/locales/en/home.json
@@ -27,6 +27,6 @@
"inspectorate-card-visit-link": "Home",
"inspectorate-card-alt-text": "The Planning Inspectorate",
"dns-card-title": "Developments of National Significance",
- "dns-card-paragraph": "A Development of National Significance (DNS) is a type of planning application for a large infrastructure project of national importance in Wales. Here you can find out about proposed DNS applications. This site is managed by the Planning Inspectorate.",
+ "dns-card-paragraph": "A Development of National Significance (DNS) is a type of planning application for a large infrastructure project of national importance in Wales. Here you can find out about proposed DNS applications.",
"dns-card-button": "View all applications"
}
\ No newline at end of file
diff --git a/locales/en/search.json b/locales/en/search.json
index ade4a9e0..8f2ecaa5 100644
--- a/locales/en/search.json
+++ b/locales/en/search.json
@@ -57,7 +57,7 @@
"searchresults-case-type-label": "Case type",
"searchresults-status-label": "Status",
"searchresults-watch-label": "Watch",
- "searchresults-search-button-label": "Refine Search",
+ "searchresults-search-button-label": "Advanced Search",
"searchresults-new-search-button-label": "New Search",
"searchresults-no-records-label": "There are no records"
}
\ No newline at end of file
diff --git a/pages/account/changepassword.js b/pages/account/changepassword.js
index 3d2c44c5..00383eea 100644
--- a/pages/account/changepassword.js
+++ b/pages/account/changepassword.js
@@ -53,7 +53,6 @@ const Home = (props) => {