mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 13:21:44 +01:00
improve wording
This commit is contained in:
parent
46ebdfa73a
commit
155a02bbfc
@ -103,7 +103,7 @@ const MetadataForm = ({ defaultValues, onSubmit }: MetadataFormProps) => {
|
||||
required: "Username is required",
|
||||
pattern: {
|
||||
value: /^[a-zA-Z0-9_-]{2,64}$/,
|
||||
message: "Only contain letters, numbers, underscores, and hyphens, and must be 2-64 characters",
|
||||
message: "Only letters, numbers, underscores, and hyphens, and must be 2-64 characters",
|
||||
},
|
||||
})}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user