diff --git a/dapp/src/components/Modals/Staking/StakeForm.tsx b/dapp/src/components/Modals/Staking/StakeForm.tsx index c5e6af4f9..a0524e17a 100644 --- a/dapp/src/components/Modals/Staking/StakeForm.tsx +++ b/dapp/src/components/Modals/Staking/StakeForm.tsx @@ -8,7 +8,7 @@ import { BITCOIN_MIN_AMOUNT } from "../../../constants" import { CurrencyType } from "../../../types" const CURRENCY_TYPE: CurrencyType = "bitcoin" -const CUSTOM_DATA = { +const FORM_CUSTOM_DATA = { buttonText: "Stake", btcAmountText: "Amount to be staked", estimatedAmountText: "Approximately staked tokens", @@ -31,7 +31,7 @@ function StakeForm({ goNext }: ModalStep) { return (