fix(bip39-generator): typo in validation message
This commit is contained in:
		
							parent
							
								
									8a9e7888de
								
							
						
					
					
						commit
						7570ad9656
					
				| @ -123,7 +123,7 @@ const entropyValidation = useValidation({ | |||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       validator: (value) => /^[a-fA-F0-9]*$/.test(value), |       validator: (value) => /^[a-fA-F0-9]*$/.test(value), | ||||||
|       message: 'Entropy should an hexadecimal number', |       message: 'Entropy should be an hexadecimal string', | ||||||
|     }, |     }, | ||||||
|   ], |   ], | ||||||
| }); | }); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user