We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c18334c + be99104 commit 7b28801Copy full SHA for 7b28801
1 file changed
src/settings/components/operations/otp-authentication.tsx
@@ -205,7 +205,7 @@ export function OTPAuthentication(): React.JSX.Element {
205
if (modalStep === stepsNames.set_label) {
206
return (
207
<Button
208
- label={t('common.createPassword')}
+ label={t('buttons.next', 'Next')}
209
disabled={otpLabel === '' || !!errorLabel}
210
onClick={(): void => {
211
handleOnGenerateOTP();
0 commit comments