Skip to content

Commit

Permalink
More specific copy on Fix dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
jboolean committed Feb 11, 2024
1 parent ff86515 commit 522477b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ export default function CorrectAddress(): JSX.Element {
<FieldSet disabled={!isLoginValidated}>
<FieldSet.Legend>Correct address</FieldSet.Legend>

<p>Fix the address sometimes displayed with this photo.</p>
<p>
Fix the address sometimes displayed with this photo. Please enter only
the correct address. This does not move the photo on the map.
</p>

<div>
<TextInput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import FieldSet from 'shared/components/FieldSet';
import CoordinateInput from './CoordinateInput';
import LocationPickerModal from './LocationPickerModal';

import stylesheet from './CorrectGeocode.less';
import Labeled from 'shared/components/Labeled';
import stylesheet from './CorrectGeocode.less';

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

<p>Fix where the dot for this photo appears on the map.</p>
<p>
Fix where the dot for this photo appears on the map. Click{' '}
<i>Select on map</i> to find the coordinates of a location.
</p>

<div className={stylesheet.coordinateInputRow}>
<Labeled
Expand Down

0 comments on commit 522477b

Please sign in to comment.