From 3a05627af1b4d6eae6dc165478b2498aa5662917 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 23 Nov 2022 09:01:20 +0100 Subject: [PATCH] More clear instructions for protected site menu fixes #982 --- app/src/frontend/building/data-containers/planning.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index 27bcca9d..39f33b20 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -80,7 +80,7 @@ const PlanningView: React.FunctionComponent = (props) => ( mode={props.mode} copy={props.copy} onChange={props.onChange} - placeholder="If yes, add ID" + placeholder="If yes, add ID here" linkTargetFunction={(id: String) => { return "https://historicengland.org.uk/listing/the-list/list-entry/" + id + "?section=official-list-entry" } } linkDescriptionFunction={(id: String) => { return "ID Link" } } /> @@ -140,7 +140,7 @@ const PlanningView: React.FunctionComponent = (props) => ( mode={props.mode} copy={props.copy} onChange={props.onChange} - placeholder="If yes, add ID" + placeholder="If yes, add ID here" linkTargetFunction={(id: String) => { return "https://whc.unesco.org/en/list/" + id } } linkDescriptionFunction={(id: String) => { return "ID Link" } } />