Skip to content

Commit be99104

Browse files
committed
chore: update the button label for new otp model
1 parent c18334c commit be99104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings/components/operations/otp-authentication.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export function OTPAuthentication(): React.JSX.Element {
205205
if (modalStep === stepsNames.set_label) {
206206
return (
207207
<Button
208-
label={t('common.createPassword')}
208+
label={t('buttons.next', 'Next')}
209209
disabled={otpLabel === '' || !!errorLabel}
210210
onClick={(): void => {
211211
handleOnGenerateOTP();

0 commit comments

Comments
 (0)