From 6be00da02720b5d168a471b0ef7f7e98a7ad925c Mon Sep 17 00:00:00 2001 From: zv Date: Sun, 14 Jun 2026 17:26:06 +0200 Subject: [PATCH] fix: simplify location search placeholder --- lib/i18n.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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…",