Skip to content

Commit

Permalink
feat: 직전 입력 지우기 -> 마지막 숫자 지우기로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Oct 17, 2024
1 parent 8281b53 commit 7f6a3a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const amountKeypads: Keypad[] = [
},
{
keypad: '<-',
ariaLabel: '직전 입력 지우기',
ariaLabel: '마지막 숫자 지우기',
},
];
export const numberKeypads: Keypad[] = [
Expand Down Expand Up @@ -100,6 +100,6 @@ export const numberKeypads: Keypad[] = [
},
{
keypad: '<-',
ariaLabel: '직전 입력 지우기',
ariaLabel: '마지막 숫자 지우기',
},
];

0 comments on commit 7f6a3a8

Please sign in to comment.