handholding in more readable form
This commit is contained in:
parent
0e55e4d668
commit
3f34999543
@ -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>
|
||||
</>
|
||||
);
|
||||
|
@ -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
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user