diff --git a/data/core.yaml b/data/core.yaml index 4d2ce97f7..44767d2fa 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -440,8 +440,8 @@ en: restore: heading: You have unsaved changes description: "Do you wish to restore unsaved changes from a previous editing session?" - restore: Restore - reset: Reset + restore: Restore my changes + reset: Discard my changes save: title: Save help: "Review your changes and upload them to OpenStreetMap, making them visible to other users." diff --git a/dist/locales/en.json b/dist/locales/en.json index ffb84a0a7..fd84a70a0 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -548,8 +548,8 @@ "restore": { "heading": "You have unsaved changes", "description": "Do you wish to restore unsaved changes from a previous editing session?", - "restore": "Restore", - "reset": "Reset" + "restore": "Restore my changes", + "reset": "Discard my changes" }, "save": { "title": "Save",