From 05f88c3c3ce3047898c76cf5b7d075511ea34cf5 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Sat, 15 Jan 2022 23:30:16 +0100 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=87=D0=B0=D0=BB=20=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B0=D1=82=D1=8C=20=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC?= =?UTF-8?q?=D1=83=20=D0=BF=D1=80=D0=B8=D0=B5=D0=BC=D0=B0=20=D0=B2=D0=B8?= =?UTF-8?q?=D0=B4=D0=B6=D0=B5=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index f33e7a4..a34699e 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -180,8 +180,8 @@ val: "Текст", }, { - id: "input", - val: "Ввод", + id: "inputDigit", + val: "Ввод цифры", }, ]; @@ -620,7 +620,7 @@