Skip to content

Commit 7b28801

Browse files
authored
Merge pull request #147 from zextras/CO-3184-updated-button-label
chore: update the button label for new otp model
2 parents c18334c + be99104 commit 7b28801

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)