We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600c1f1 commit 8576b61Copy full SHA for 8576b61
apps/web/src/components/BridgeModal/BridgeForm.schema.ts
@@ -9,7 +9,7 @@ const bridgeFormSchema = (userL1Balance: number) =>
9
amount: yup
10
.number()
11
.required()
12
- .max(userL1Balance, 'Your balance is insufficient to send ETH.')
+ .max(userL1Balance, 'Your balance is insufficient to bridge ETH.')
13
.test(
14
'is-greater-than-0',
15
'Must send more than 0 ETH',
0 commit comments