change building name to building info link
This commit is contained in:
parent
858d4408ea
commit
c8139f2d73
@ -23,7 +23,7 @@ const LocationView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
||||
copy={props.copy}
|
||||
onChange={props.onChange}
|
||||
tooltip={dataFields.location_name.tooltip}
|
||||
placeholder="Building name (if any)"
|
||||
placeholder="https://..."
|
||||
|
||||
/>
|
||||
<Verification
|
||||
|
@ -118,9 +118,9 @@ export const buildingUserFields = {
|
||||
export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */
|
||||
location_name: {
|
||||
category: Category.Location,
|
||||
title: "Building Name",
|
||||
tooltip: "May not be needed for many buildings.",
|
||||
example: "The Cruciform",
|
||||
title: "Building information (link)",
|
||||
tooltip: "Link to a website with information on the building, not needed for most.",
|
||||
example: "https://en.wikipedia.org/wiki/Palace_of_Westminster",
|
||||
},
|
||||
location_number: {
|
||||
category: Category.Location,
|
||||
|
Loading…
Reference in New Issue
Block a user