Skip to content

Commit 6fc54aa

Browse files
committed
update range value msg
1 parent 4e41c4f commit 6fc54aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/utils/validate.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
WalletAddressFormatError
88
} from '@shared/utils'
99

10-
const rangeError = { message: 'Value has to be between 16 and 24' }
10+
const rangeError = { message: 'Value has to be between 10 and 30' }
1111

1212
export const walletSchema = z.object({
1313
walletAddress: z

0 commit comments

Comments
 (0)