mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Add validation for website and remove validation for library item name (#4269)
* Github->GitHub * allow numbers * remove validation for lib/item name
This commit is contained in:
parent
34a382ace9
commit
e4d02fb275
2 changed files with 4 additions and 5 deletions
|
@ -290,13 +290,13 @@
|
|||
"authorName": "Your name or username",
|
||||
"libraryName": "Name of your library",
|
||||
"libraryDesc": "Description of your library to help people understand its usage",
|
||||
"githubHandle": "Github handle (optional), so you can edit the library once submitted for review",
|
||||
"githubHandle": "GitHub handle (optional), so you can edit the library once submitted for review",
|
||||
"twitterHandle": "Twitter username (optional), so we know who to credit when promoting over Twitter",
|
||||
"website": "Link to your personal website or elsewhere (optional)"
|
||||
},
|
||||
"errors": {
|
||||
"required": "Required",
|
||||
"letter&Spaces": "Only letters and spaces allowed"
|
||||
"website": "Enter a valid Url"
|
||||
},
|
||||
"noteDescription": {
|
||||
"pre": "Submit your library to be included in the ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue