From 18bf973e94d00a171d9bc3bd5b93713f9cd209a7 Mon Sep 17 00:00:00 2001 From: imosapatryk Date: Mon, 17 Jul 2017 16:10:51 +0200 Subject: [PATCH] Update pl_PL.tsx 'Search here' in Polish is just 'Szukaj'. 'Wyszukaj tutaj' sounds bad. --- components/locale-provider/pl_PL.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/locale-provider/pl_PL.tsx b/components/locale-provider/pl_PL.tsx index 3a97b3c346..4b2c6d0cbd 100644 --- a/components/locale-provider/pl_PL.tsx +++ b/components/locale-provider/pl_PL.tsx @@ -31,7 +31,7 @@ export default { }, Transfer: { notFoundContent: 'Nie znaleziono', - searchPlaceholder: 'Wyszukaj tutaj', + searchPlaceholder: 'Szukaj', itemUnit: 'obiekt', itemsUnit: 'obiekty', },