We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b38bea commit 78a2e2fCopy full SHA for 78a2e2f
site/src/util/formUtils.ts
@@ -23,7 +23,7 @@ export const Language = {
23
return `${name} cannot be longer than ${len} characters`
24
},
25
templateDisplayNameInvalidChars: (name: string): string => {
26
- return `${name} must start with a-Z or 0-9 and can contain a-Z, 0-9 or -`
+ return `${name} must start and end with non-whitespace character`
27
28
}
29
0 commit comments