]> Untitled Git - lemmy-ui.git/commitdiff
Add username validation message. Fixes #387 (#428)
authorDessalines <dessalines@users.noreply.github.com>
Sun, 19 Sep 2021 19:33:05 +0000 (15:33 -0400)
committerGitHub <noreply@github.com>
Sun, 19 Sep 2021 19:33:05 +0000 (15:33 -0400)
src/shared/components/home/login.tsx

index 2addcf0a749dec3cb44e75a2558b354190c90dcb..30e5d90966bd089ea8761df4fc9c9205b22125dd 100644 (file)
@@ -217,6 +217,7 @@ export class Login extends Component<any, State> {
               required
               minLength={3}
               pattern="[a-zA-Z0-9_]+"
+              title={i18n.t("community_reqs")}
             />
           </div>
         </div>