Edit cat: rename Original Use to Type
This commit is contained in:
parent
93d8493a57
commit
e0e712ebe1
@ -53,7 +53,7 @@ const BuildingView: React.FunctionComponent<BuildingViewProps> = (props) => {
|
||||
return <TypeContainer
|
||||
{...props}
|
||||
inactive={false}
|
||||
title="Original Use"
|
||||
title="Type"
|
||||
intro="How were buildings previously used?"
|
||||
help="https://www.pages.colouring.london/buildingtypology"
|
||||
/>;
|
||||
|
@ -27,7 +27,7 @@ const Categories: React.FC<CategoriesProps> = (props) => (
|
||||
building_id={props.building_id}
|
||||
/>
|
||||
<Category
|
||||
title="Original Use"
|
||||
title="Type"
|
||||
slug="type"
|
||||
help="https://pages.colouring.london/buildingtypology"
|
||||
inactive={false}
|
||||
|
Loading…
Reference in New Issue
Block a user