mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
Remove "must be" from new account copy
This commit is contained in:
parent
05eff38f34
commit
d97548114f
1 changed files with 2 additions and 2 deletions
|
@ -395,7 +395,7 @@ en:
|
||||||
ok: "Your name looks good."
|
ok: "Your name looks good."
|
||||||
username:
|
username:
|
||||||
title: "Username"
|
title: "Username"
|
||||||
instructions: "Must be unique, no spaces, short."
|
instructions: "Unique, no spaces, short."
|
||||||
short_instructions: "People can mention you as @{{username}}."
|
short_instructions: "People can mention you as @{{username}}."
|
||||||
available: "Your username is available."
|
available: "Your username is available."
|
||||||
global_match: "Email matches the registered username."
|
global_match: "Email matches the registered username."
|
||||||
|
@ -488,7 +488,7 @@ en:
|
||||||
too_short: "Your password is too short."
|
too_short: "Your password is too short."
|
||||||
common: "That password is too common."
|
common: "That password is too common."
|
||||||
ok: "Your password looks good."
|
ok: "Your password looks good."
|
||||||
instructions: "Must be at least %{count} characters."
|
instructions: "At least %{count} characters."
|
||||||
|
|
||||||
ip_address:
|
ip_address:
|
||||||
title: "Last IP Address"
|
title: "Last IP Address"
|
||||||
|
|
Loading…
Reference in a new issue