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: '마지막 숫자 지우기', }, ];