Skip to content

Commit 8576b61

Browse files
committed
Change validation wording
1 parent 600c1f1 commit 8576b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/BridgeModal/BridgeForm.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const bridgeFormSchema = (userL1Balance: number) =>
99
amount: yup
1010
.number()
1111
.required()
12-
.max(userL1Balance, 'Your balance is insufficient to send ETH.')
12+
.max(userL1Balance, 'Your balance is insufficient to bridge ETH.')
1313
.test(
1414
'is-greater-than-0',
1515
'Must send more than 0 ETH',

0 commit comments

Comments
 (0)