Skip to content

Commit 33b1660

Browse files
borntofrappeapollonian
authored andcommitted
reword aria-label
1 parent 896cd0a commit 33b1660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class SingleOtpInput extends PureComponent<*> {
9696
style={{ display: 'flex', alignItems: 'center' }}
9797
>
9898
<input
99-
aria-label={`${(index === 0) ? 'Please enter verification code. ' : ''}${isInputNum ? 'Digit' : 'Character'} ${index + 1}`}
99+
aria-label={`${(index === 0) ? 'Please enter verification code. ' : ''}${isInputNum ? 'Digit' : 'Character'} ${index + 1}`}
100100
autoComplete="off"
101101
style={Object.assign(
102102
{ width: '1em', textAlign: 'center' },

0 commit comments

Comments
 (0)