web: fix typo

This commit is contained in:
Mika 2024-07-12 09:13:52 +02:00
parent db4d249667
commit f5333b6991

View file

@ -95,7 +95,7 @@ const userNameRules = [
(value: string) => { (value: string) => {
if (value) return true; if (value) return true;
return "YOU MUST ENTER (A USER NAME"; return "YOU MUST ENTER (A USER NAME)";
}, },
]; ];
const userNameEmail = [ const userNameEmail = [