Text change in current use box
This commit is contained in:
parent
e6e0f790f1
commit
c8e6953c85
@ -29,7 +29,7 @@ const UseView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
|||||||
/>
|
/>
|
||||||
{
|
{
|
||||||
props.mode != 'view' &&
|
props.mode != 'view' &&
|
||||||
<InfoBox msg="Land use order is automatically derived from the land use groups"></InfoBox>
|
<InfoBox msg="Land use order, shown below, is automatically derived from the land use groups"></InfoBox>
|
||||||
}
|
}
|
||||||
<DataEntry
|
<DataEntry
|
||||||
title={dataFields.current_landuse_order.title}
|
title={dataFields.current_landuse_order.title}
|
||||||
|
Loading…
Reference in New Issue
Block a user