From 869d0e0d0d3a58215ccd71ca2dc86a5881ac9b66 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Thu, 6 Jun 2024 00:01:00 +0200 Subject: [PATCH] use POIs instead of waypoints --- website/src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/locales/en.json b/website/src/locales/en.json index a73dde9..6a03755 100644 --- a/website/src/locales/en.json +++ b/website/src/locales/en.json @@ -207,7 +207,7 @@ "gpx": { "track": "Track", "segment": "Segment", - "waypoint": "Waypoint", - "waypoints": "Waypoints" + "waypoint": "Point of interest", + "waypoints": "Points of interest" } } \ No newline at end of file