From ed24f5e35453ac1aaa353e3c87c4b3b72ea6285e Mon Sep 17 00:00:00 2001 From: nns <278048682+nurdotnet@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:45:03 +0500 Subject: [PATCH] =?UTF-8?q?fix(public):=20=D0=BD=D0=B5=D0=B9=D1=82=D1=80?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20placeholder=20=D0=B2=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=B5=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BE=D1=80=D0=B3=D0=B0=D0=BD=D0=B8=D0=B7=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit «Например: Магазин «Береке»» → «Наименование организации». Юзер не хочет видеть выдуманные примеры в плейсхолдере регистрационной формы. --- src/food-market.public/src/components/SignupForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/food-market.public/src/components/SignupForm.tsx b/src/food-market.public/src/components/SignupForm.tsx index 611f58b..6eab639 100644 --- a/src/food-market.public/src/components/SignupForm.tsx +++ b/src/food-market.public/src/components/SignupForm.tsx @@ -90,7 +90,7 @@ export default function SignupForm({ defaultPlan = 'start' }: Props) { setOrgName(e.target.value)} - placeholder="Например: Магазин «Береке»" className={inputCls(!!fieldErrors.orgName)} /> + placeholder="Наименование организации" className={inputCls(!!fieldErrors.orgName)} /> setPhone(e.target.value)}