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 8dad09c commit ba735e5Copy full SHA for ba735e5
site/src/utils/formUtils.ts
@@ -13,7 +13,7 @@ const Language = {
13
return name ? `Please enter a ${name.toLowerCase()}.` : "Required";
14
},
15
nameInvalidChars: (): string => {
16
- return `Special characters (e.g.: !, @, #) are not supported`;
+ return "Special characters (e.g.: !, @, #) are not supported";
17
18
nameTooLong: (name: string, len: number): string => {
19
return `${name} cannot be longer than ${len} characters`;
0 commit comments