tweak labels as requested

This commit is contained in:
Mateusz Konieczny 2023-02-15 09:46:08 +01:00
parent 58e5e359a9
commit d0cd948991
2 changed files with 3 additions and 3 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 (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>
</>
);

View File

@ -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>
}