Skip to content

Commit

Permalink
Merge pull request #348 from BitGo/WP-605-fix-mpc-field-language-for-…
Browse files Browse the repository at this point in the history
…consolidation-recovery

fix(WRW): fix mpc field language for consolidation recovery
  • Loading branch information
alia-bitgo authored Sep 8, 2023
2 parents 65fe5ea + 1181323 commit 5165578
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export function GenericEcdsaForm({ onSubmit }: GenericEcdsaFormValues) {
</h4>
<div className="tw-mb-4">
<FormikTextarea
HelperText="Your user public key, as found on your recovery KeyCard."
Label="User Public Key"
HelperText="Your user public key, as found on your recovery KeyCard. Required for hot wallets."
Label="User Public Key (optional)"
name="userKey"
Width="fill"
/>
Expand All @@ -64,8 +64,8 @@ export function GenericEcdsaForm({ onSubmit }: GenericEcdsaFormValues) {
</div>
<div className="tw-mb-4">
<FormikTextarea
HelperText="The backup public key for the wallet, as found on your recovery KeyCard."
Label="Backup Public Key"
HelperText="The backup public key for the wallet, as found on your recovery KeyCard. Required for hot wallets."
Label="Backup Public Key (optional)"
name="backupKey"
Width="fill"
/>
Expand Down

0 comments on commit 5165578

Please sign in to comment.