handholding in more readable form

This commit is contained in:
Mateusz Konieczny 2023-01-22 20:14:05 +01:00
parent 0e55e4d668
commit 3f34999543
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ const UserOpinionEntry: React.FunctionComponent<UserOpinionEntryProps> = (props)
checked={!!props.userValue}
disabled={props.mode === 'view'}
onChange={e => props.onChange(props.slug, e.target.checked)}
/> Yes
/> Yes (tick here to add (or remove) your opinion, to this you need to be in the edit mode)
</label>
</>
);

View File

@ -111,7 +111,7 @@ export const buildingUserFields = {
community_expected_planning_application: {
perUser: true,
category: Category.Community,
title: "Do you think that this building may be subject to a planning application, involving demolition, over the next six months? Tick here to add (or remove) your opinion, to this you need to be in the edit mode.",
title: "Do you think that this building may be subject to a planning application, involving demolition, over the next six months?",
example: true
}
};