Skip to content

Commit

Permalink
fix stray usage
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiWines committed Nov 13, 2024
1 parent b723852 commit e47943d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function ConfirmationStep({policyID, backTo}: ConfirmationStepProps) {
}}
isVisible={isValidateCodeActionModalVisible}
title={translate('cardPage.validateCardTitle')}
description={translate('cardPage.enterMagicCode', {contactMethod: account?.primaryLogin ?? ''})}
descriptionPrimary={translate('cardPage.enterMagicCode', {contactMethod: account?.primaryLogin ?? ''})}
/>
)}
</InteractiveStepWrapper>
Expand Down

0 comments on commit e47943d

Please sign in to comment.