diff --git a/lib/i18n.tsx b/lib/i18n.tsx index cfb1de5..f92cd56 100644 --- a/lib/i18n.tsx +++ b/lib/i18n.tsx @@ -58,7 +58,7 @@ const translations = { "location.gpsSelected": "Wybrano lokalizację: {location}.", "location.gpsAttribution": "Nazwy miejsc dla GPS:", "featured.label": "Szybki wybór", - "featured.title": "Wybrane stacje IMGW", + "featured.title": "Popularne lokalizacje", "favorites.title": "Ulubione lokalizacje", "favorites.addStation": "Dodaj {name} do ulubionych", "favorites.removeStation": "Usuń {name} z ulubionych", @@ -237,7 +237,7 @@ const translations = { "location.gpsSelected": "Selected location: {location}.", "location.gpsAttribution": "GPS place names:", "featured.label": "Quick select", - "featured.title": "Selected IMGW stations", + "featured.title": "Popular locations", "favorites.title": "Favourite locations", "favorites.addStation": "Add {name} to favourites", "favorites.removeStation": "Remove {name} from favourites",