From c8139f2d730c29099f5065f06d07e51f4008a7ae Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Thu, 7 Jul 2022 10:13:00 +0100 Subject: [PATCH] change building name to building info link --- app/src/frontend/building/data-containers/location.tsx | 2 +- app/src/frontend/config/data-fields-config.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/frontend/building/data-containers/location.tsx b/app/src/frontend/building/data-containers/location.tsx index 5b5a083a..328bc82e 100644 --- a/app/src/frontend/building/data-containers/location.tsx +++ b/app/src/frontend/building/data-containers/location.tsx @@ -23,7 +23,7 @@ const LocationView: React.FunctionComponent = (props) => ( copy={props.copy} onChange={props.onChange} tooltip={dataFields.location_name.tooltip} - placeholder="Building name (if any)" + placeholder="https://..." />