roll up dns changes translations
This commit is contained in:
@@ -87,16 +87,10 @@ const TitleContent = (props) => {
|
||||
return (
|
||||
<div className="govuk-panel govuk-grid-column-two-thirds govuk-panel--header">
|
||||
<h1 className="govuk-panel__title">
|
||||
Developments of National Significance
|
||||
{t("dnsCommon:service-name")}
|
||||
</h1>
|
||||
<div className="govuk-panel__body">
|
||||
<p className="govuk-body-s">
|
||||
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.
|
||||
</p>
|
||||
<p className="govuk-body-s">{t("dnsHome:title-paragraph")}</p>
|
||||
</div>
|
||||
<div className="govuk-form-group govuk-!-margin-bottom-0 flex-container">
|
||||
<AutoSuggest
|
||||
@@ -116,7 +110,9 @@ const TitleContent = (props) => {
|
||||
)}
|
||||
inputProps={{
|
||||
className: "govuk-input govuk-!-font-size-16",
|
||||
placeholder: "Search application name",
|
||||
placeholder: t(
|
||||
"dnsHome:title-application-search-placeholder"
|
||||
),
|
||||
value: value,
|
||||
onChange: (_, { newValue, method }) => {
|
||||
setValue(newValue);
|
||||
@@ -126,7 +122,7 @@ const TitleContent = (props) => {
|
||||
/>
|
||||
<Link href="/dns/application-view">
|
||||
<a className="govuk-button govuk-!-margin-bottom-0 govuk-!-margin-left-2">
|
||||
Go
|
||||
{t("dnsHome:title-application-search-button")}
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user