diff --git a/lib/i18n.tsx b/lib/i18n.tsx index 83ee916..92b9006 100644 --- a/lib/i18n.tsx +++ b/lib/i18n.tsx @@ -91,7 +91,7 @@ const translations = { "brief.emptyDescription": "Prognoza nie zawiera wystarczających danych dla najbliższej doby.", "location.label": "Twoja lokalizacja", "location.searchLabel": "Szukaj miejscowości", - "location.placeholder": "Wpisz miejscowość, np. Warszawa albo Rome…", + "location.placeholder": "Wpisz miejscowość", "location.clear": "Wyczyść wyszukiwanie", "location.error": "Nie udało się wyszukać miejscowości. Spróbuj ponownie.", "location.preparing": "Przygotowuję listę najbliższych stacji IMGW…", @@ -348,7 +348,7 @@ const translations = { "brief.emptyDescription": "The forecast does not contain enough data for the next day.", "location.label": "Your location", "location.searchLabel": "Search places", - "location.placeholder": "Enter a place, e.g. Warsaw or Rome…", + "location.placeholder": "Enter a place", "location.clear": "Clear search", "location.error": "Unable to search for places. Try again.", "location.preparing": "Preparing the nearest IMGW stations…",