Skip to content

Commit

Permalink
fix(WRW): fix sol field language for consolidation recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
alia-bitgo committed Sep 11, 2023
1 parent 5165578 commit d3dde1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/containers/BuildUnsignedConsolidation/SolForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export function SolForm({ onSubmit }: SolFormProps) {
</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 @@ -72,8 +72,8 @@ export function SolForm({ onSubmit }: SolFormProps) {
</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 d3dde1b

Please sign in to comment.