1 parent 29b4539 commit a9c9540Copy full SHA for a9c9540
1 file changed
src/pages/EnablePayments/shared/WalletMagicCodePrompt.tsx
@@ -35,7 +35,7 @@ function WalletMagicCodePrompt({onConfirm, onClose}: WalletMagicCodePromptProps)
35
handleSubmitForm={onConfirm}
36
isLoading={formData?.isLoading}
37
title={translate('delegate.makeSureItIsYou')}
38
- descriptionPrimary={translate('contacts.enterMagicCode', primaryLogin ?? '')}
+ descriptionPrimary={translate('contacts.enterSecurityCode', primaryLogin ?? '')}
39
sendValidateCode={() => requestValidateCodeAction()}
40
validateError={getLatestErrorMessageField(walletAdditionalDetails)}
41
clearError={clearWalletAdditionalDetailsErrors}
0 commit comments