From: Kradyz <81911574+Kradyz@users.noreply.github.com> Date: Wed, 15 Dec 2021 15:19:20 +0000 (+0100) Subject: Update signup.tsx (#525) X-Git-Url: http://these/git/?a=commitdiff_plain;h=df79492c4d37a04d00db47d476725d70406d01c6;p=lemmy-ui.git Update signup.tsx (#525) --- diff --git a/src/shared/components/home/signup.tsx b/src/shared/components/home/signup.tsx index ebccac9..c3fcd20 100644 --- a/src/shared/components/home/signup.tsx +++ b/src/shared/components/home/signup.tsx @@ -144,7 +144,7 @@ export class Signup extends Component { onInput={linkEvent(this, this.handleRegisterUsernameChange)} required minLength={3} - pattern="[a-zA-Z0-9_]+" + pattern="[a-z0-9_]+" title={i18n.t("community_reqs")} />