diff --git a/src/UI/Popup/MoveWizardState.ts b/src/UI/Popup/MoveWizardState.ts index 709638660..a4faa6085 100644 --- a/src/UI/Popup/MoveWizardState.ts +++ b/src/UI/Popup/MoveWizardState.ts @@ -12,6 +12,7 @@ import { Feature, Point } from "geojson" import SvelteUIElement from "../Base/SvelteUIElement" import Confirm from "../../assets/svg/Confirm.svelte" import Relocation from "../../assets/svg/Relocation.svelte" +import Location from "../../assets/svg/Location.svelte" export interface MoveReason { text: Translation | string @@ -62,7 +63,7 @@ export class MoveWizardState { reasons.push({ text: t.reasons.reasonInaccurate, invitingText: t.inviteToMove.reasonInaccurate, - icon: new SvelteUIElement(Confirm), + icon: new SvelteUIElement(Location), changesetCommentValue: "improve_accuracy", lockBounds: true, includeSearch: false,