mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
removed periods from one-liner instructions on signup form (#27902)
* removed periods from one-liner instructions on signup form we want to skip periods and unnecessary punctuation on single sentence instructions in the UI, to make them easier to scan for users * Update client.en.yml
This commit is contained in:
@@ -1741,7 +1741,7 @@ en:
|
|||||||
add_email: "Add Alternate Email"
|
add_email: "Add Alternate Email"
|
||||||
auth_override_instructions: "Email can be updated from authentication provider."
|
auth_override_instructions: "Email can be updated from authentication provider."
|
||||||
no_secondary: "No secondary emails"
|
no_secondary: "No secondary emails"
|
||||||
instructions: "Never shown to the public."
|
instructions: "Never shown to the public"
|
||||||
admin_note: "Note: An admin user changing another non-admin user's email indicates the user has lost access to their original email account, so a reset password email will be sent to their new address. The user's email will not change until they complete the reset password process."
|
admin_note: "Note: An admin user changing another non-admin user's email indicates the user has lost access to their original email account, so a reset password email will be sent to their new address. The user's email will not change until they complete the reset password process."
|
||||||
ok: "We will email you to confirm"
|
ok: "We will email you to confirm"
|
||||||
required: "Please enter an email address"
|
required: "Please enter an email address"
|
||||||
@@ -1775,14 +1775,14 @@ en:
|
|||||||
|
|
||||||
name:
|
name:
|
||||||
title: "Name"
|
title: "Name"
|
||||||
instructions: "Your full name (optional)."
|
instructions: "Your full name (optional)"
|
||||||
instructions_required: "Your full name."
|
instructions_required: "Your full name"
|
||||||
required: "Please enter a name"
|
required: "Please enter a name"
|
||||||
too_short: "Your name is too short"
|
too_short: "Your name is too short"
|
||||||
ok: "Your name looks good"
|
ok: "Your name looks good"
|
||||||
username:
|
username:
|
||||||
title: "Username"
|
title: "Username"
|
||||||
instructions: "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"
|
||||||
not_available: "Not available. Try %{suggestion}?"
|
not_available: "Not available. Try %{suggestion}?"
|
||||||
@@ -2024,8 +2024,8 @@ en:
|
|||||||
same_as_email: "Your password is the same as your email."
|
same_as_email: "Your password is the same as your email."
|
||||||
ok: "Your password looks good."
|
ok: "Your password looks good."
|
||||||
instructions:
|
instructions:
|
||||||
one: "At least %{count} character."
|
one: "At least %{count} character"
|
||||||
other: "At least %{count} characters."
|
other: "At least %{count} characters"
|
||||||
required: "Please enter a password"
|
required: "Please enter a password"
|
||||||
confirm: "Confirm"
|
confirm: "Confirm"
|
||||||
incorrect_password: "The entered password is incorrect."
|
incorrect_password: "The entered password is incorrect."
|
||||||
|
|||||||
Reference in New Issue
Block a user