Skip to content

Commit 349a69d

Browse files
Apply suggestion from @sushobhit-lt
Co-authored-by: Sushobhit Dua <[email protected]>
1 parent 9dbc742 commit 349a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/schemaValidation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const SnapshotSchema: JSONSchemaType<Snapshot> = {
381381
minLength: 1,
382382
maxLength:255,
383383
pattern: "^.*\\S.*$",
384-
errorMessage: "Invalid snapshot; name is mandatory and cannot be empty and cannot be more than 255 characters"
384+
errorMessage: "Invalid snapshot: name is mandatory, cannot be empty, and must not exceed 255 characters."
385385
},
386386
url: {
387387
type: "string",

0 commit comments

Comments
 (0)