copy changes per interim gel report
This commit is contained in:
@@ -35,7 +35,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-label govuk-body-m"
|
||||
for="pinswg_agriculturalholding"
|
||||
>
|
||||
Agricultural Holding
|
||||
Agricultural holding
|
||||
</label>
|
||||
<div>
|
||||
<select class="govuk-select ">
|
||||
@@ -59,7 +59,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-label"
|
||||
for="pinswg_areaofsiteinhectaresdec"
|
||||
>
|
||||
Area Of Site in Hectares
|
||||
Area Of site in hectares
|
||||
</label>
|
||||
<input
|
||||
name="pinswg_areaofsiteinhectaresdec"
|
||||
@@ -96,7 +96,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-label"
|
||||
for="pinswg_floorspaceinsquaremeters"
|
||||
>
|
||||
Floor Space in Square Meters
|
||||
Floor space in square meters
|
||||
</label>
|
||||
<input
|
||||
name="pinswg_floorspaceinsquaremeters"
|
||||
@@ -176,7 +176,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-fieldset__heading govuk-body-m"
|
||||
id="pinswg_isfloodingandissue_label"
|
||||
>
|
||||
Is Flooding and Issue
|
||||
Is flooding an issue
|
||||
</label>
|
||||
</legend>
|
||||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||||
@@ -231,7 +231,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-fieldset__heading govuk-body-m"
|
||||
id="pinswg_isthesitewithinanaonb_label"
|
||||
>
|
||||
Is the Site within an AONB
|
||||
Is the site within an AONB
|
||||
</label>
|
||||
</legend>
|
||||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||||
@@ -281,7 +281,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-label govuk-body-m"
|
||||
for="pinswg_landuse"
|
||||
>
|
||||
Land Use
|
||||
Land use
|
||||
</label>
|
||||
<div>
|
||||
<select class="govuk-select ">
|
||||
@@ -778,7 +778,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
</option>
|
||||
<option value="846040103">
|
||||
(L50) Leisure and Recreation –
|
||||
Other Recreational Land Uses
|
||||
Other Recreational Land uses
|
||||
</option>
|
||||
<option value="846040104">
|
||||
(L51) Leisure and Recreation –
|
||||
@@ -787,7 +787,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
</option>
|
||||
<option value="846040105">
|
||||
(L52) Leisure and Recreation –
|
||||
Leisure Plot (Land Used For
|
||||
Leisure Plot (Land used For
|
||||
Leisure But Not A Domestic
|
||||
Garden Or Allotment)
|
||||
</option>
|
||||
@@ -1505,7 +1505,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-label govuk-body-m"
|
||||
for="pinswg_landusecategory"
|
||||
>
|
||||
Land Use Category
|
||||
Land use category
|
||||
</label>
|
||||
<div>
|
||||
<select class="govuk-select ">
|
||||
@@ -1556,7 +1556,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-label govuk-body-m"
|
||||
for="pinswg_listedbuildinggrade"
|
||||
>
|
||||
Listed Building Grade
|
||||
Listed building grade
|
||||
</label>
|
||||
<div>
|
||||
<select class="govuk-select ">
|
||||
@@ -1582,7 +1582,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_nameofcommonorvillagegreen"
|
||||
id="pinswg_nameofcommonorvillagegreen_label"
|
||||
>
|
||||
Name of Common Or Village Green
|
||||
Name of common or village green
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
@@ -1597,7 +1597,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-label govuk-body-m"
|
||||
for="pinswg_ownershipcertificate"
|
||||
>
|
||||
Ownership Certificate
|
||||
Ownership certificate
|
||||
</label>
|
||||
<div>
|
||||
<select class="govuk-select ">
|
||||
@@ -1625,7 +1625,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_siteaddresscounty"
|
||||
id="pinswg_siteaddresscounty_label"
|
||||
>
|
||||
Site Address County
|
||||
Site address county
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
@@ -1641,7 +1641,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_siteaddressline1"
|
||||
id="pinswg_siteaddressline1_label"
|
||||
>
|
||||
Site Address Line 1
|
||||
Site address line 1
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
@@ -1657,7 +1657,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_siteaddressline2"
|
||||
id="pinswg_siteaddressline2_label"
|
||||
>
|
||||
Site Address Line 2
|
||||
Site address line 2
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
@@ -1673,7 +1673,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_siteaddresspostcode"
|
||||
id="pinswg_siteaddresspostcode_label"
|
||||
>
|
||||
Site Address Postcode
|
||||
Site address postcode
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
@@ -1689,7 +1689,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_siteaddresstown"
|
||||
id="pinswg_siteaddresstown_label"
|
||||
>
|
||||
Site Address Town
|
||||
Site address town
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
@@ -1767,7 +1767,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
class="govuk-fieldset__heading govuk-body-m"
|
||||
id="pinswg_sitewithinsssi_label"
|
||||
>
|
||||
Site Within SSSI
|
||||
Site within SSSI
|
||||
</label>
|
||||
</legend>
|
||||
<div class="govuk-radios govuk-radios--inline govuk-radios--small">
|
||||
@@ -1818,7 +1818,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_sitewithingreenbelt"
|
||||
id="pinswg_sitewithingreenbelt_label"
|
||||
>
|
||||
Site Within Green Belt
|
||||
Site within green belt
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
@@ -1834,7 +1834,7 @@ const CompulsoryPurchaseOrdersForm = (props) => {
|
||||
for="pinswg_casedescription"
|
||||
id="pinswg_casedescription_label"
|
||||
>
|
||||
Case Description
|
||||
Case description
|
||||
</label>
|
||||
<input
|
||||
class="govuk-input govuk-input--width-20"
|
||||
|
||||
Reference in New Issue
Block a user