tweak labels as requested
This commit is contained in:
parent
58e5e359a9
commit
d0cd948991
@ -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 (tick here to add (or remove) your opinion, to this you need to be in the edit mode)
|
||||
/> Yes (tick to add or remove your edit)
|
||||
</label>
|
||||
</>
|
||||
);
|
||||
|
@ -123,7 +123,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
</button>
|
||||
:
|
||||
<button className={`map-switcher-inline disabled-state btn btn-outline btn-outline-dark ${darkLightTheme}`} onClick={switchToLocalSignificanceMapStyle}>
|
||||
{"Click here to see view of a community on a local building interest mapped."}
|
||||
{"Click here to change map to buildings of local interest."}
|
||||
</button>
|
||||
}
|
||||
|
||||
@ -144,7 +144,7 @@ const CommunityView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
</button>
|
||||
:
|
||||
<button className={`map-switcher-inline disabled-state btn btn-outline btn-outline-dark ${darkLightTheme}`} onClick={switchToExpectedApplicationMapStyle}>
|
||||
{"Click here to see planning applications expected by community."}
|
||||
{"Click here to change map to planning applications expected by community."}
|
||||
</button>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user