From 7f6a3a881fc479d6076e5e71abc9371e508cb4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=A7=84=ED=98=B8?= Date: Thu, 17 Oct 2024 11:35:28 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=A7=81=EC=A0=84=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=20=EC=A7=80=EC=9A=B0=EA=B8=B0=20->=20=EB=A7=88=EC=A7=80?= =?UTF-8?q?=EB=A7=89=20=EC=88=AB=EC=9E=90=20=EC=A7=80=EC=9A=B0=EA=B8=B0?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Design/components/NumberKeyboard/keypads.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Design/components/NumberKeyboard/keypads.ts b/client/src/components/Design/components/NumberKeyboard/keypads.ts index 1ea4c327..e6583562 100644 --- a/client/src/components/Design/components/NumberKeyboard/keypads.ts +++ b/client/src/components/Design/components/NumberKeyboard/keypads.ts @@ -50,7 +50,7 @@ export const amountKeypads: Keypad[] = [ }, { keypad: '<-', - ariaLabel: '직전 입력 지우기', + ariaLabel: '마지막 숫자 지우기', }, ]; export const numberKeypads: Keypad[] = [ @@ -100,6 +100,6 @@ export const numberKeypads: Keypad[] = [ }, { keypad: '<-', - ariaLabel: '직전 입력 지우기', + ariaLabel: '마지막 숫자 지우기', }, ];