web: fix typo
This commit is contained in:
parent
db4d249667
commit
f5333b6991
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ const userNameRules = [
|
|||
(value: string) => {
|
||||
if (value) return true;
|
||||
|
||||
return "YOU MUST ENTER (A USER NAME";
|
||||
return "YOU MUST ENTER (A USER NAME)";
|
||||
},
|
||||
];
|
||||
const userNameEmail = [
|
||||
|
|
Loading…
Reference in a new issue