mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-11-02 04:53:15 +00:00
fix(bip39-generator): typo in validation message
This commit is contained in:
@@ -123,7 +123,7 @@ const entropyValidation = useValidation({
|
||||
},
|
||||
{
|
||||
validator: (value) => /^[a-fA-F0-9]*$/.test(value),
|
||||
message: 'Entropy should an hexadecimal number',
|
||||
message: 'Entropy should be an hexadecimal string',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user