Skip to content

Commit 522477b

Browse files
committed
More specific copy on Fix dialog
1 parent ff86515 commit 522477b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

frontend/src/screens/App/screens/Corrections/components/CorrectAddress.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ export default function CorrectAddress(): JSX.Element {
2222
<FieldSet disabled={!isLoginValidated}>
2323
<FieldSet.Legend>Correct address</FieldSet.Legend>
2424

25-
<p>Fix the address sometimes displayed with this photo.</p>
25+
<p>
26+
Fix the address sometimes displayed with this photo. Please enter only
27+
the correct address. This does not move the photo on the map.
28+
</p>
2629

2730
<div>
2831
<TextInput

frontend/src/screens/App/screens/Corrections/components/CorrectGeocode.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import FieldSet from 'shared/components/FieldSet';
1111
import CoordinateInput from './CoordinateInput';
1212
import LocationPickerModal from './LocationPickerModal';
1313

14-
import stylesheet from './CorrectGeocode.less';
1514
import Labeled from 'shared/components/Labeled';
15+
import stylesheet from './CorrectGeocode.less';
1616

1717
export default function CorrectGeocode(): JSX.Element {
1818
const { openMap, correctedLng, correctedLat, setCorrectedLngLat } =
@@ -25,7 +25,10 @@ export default function CorrectGeocode(): JSX.Element {
2525
<FieldSet disabled={!isLoginValidated}>
2626
<FieldSet.Legend>Correct map position</FieldSet.Legend>
2727

28-
<p>Fix where the dot for this photo appears on the map.</p>
28+
<p>
29+
Fix where the dot for this photo appears on the map. Click{' '}
30+
<i>Select on map</i> to find the coordinates of a location.
31+
</p>
2932

3033
<div className={stylesheet.coordinateInputRow}>
3134
<Labeled

0 commit comments

Comments
 (0)