Add missing periods in error messages (#3757)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
ad2c3bdb1d
Коммит
7be82c2b27
@@ -27,7 +27,7 @@ const holders = defineMessages({
|
||||
},
|
||||
validEmail: {
|
||||
id: 'user.settings.general.validEmail',
|
||||
defaultMessage: 'Please enter a valid email address'
|
||||
defaultMessage: 'Please enter a valid email address.'
|
||||
},
|
||||
emailMatch: {
|
||||
id: 'user.settings.general.emailMatch',
|
||||
|
||||
@@ -22,7 +22,7 @@ import {Link} from 'react-router/es6';
|
||||
const holders = defineMessages({
|
||||
currentPasswordError: {
|
||||
id: 'user.settings.security.currentPasswordError',
|
||||
defaultMessage: 'Please enter your current password'
|
||||
defaultMessage: 'Please enter your current password.'
|
||||
},
|
||||
passwordLengthError: {
|
||||
id: 'user.settings.security.passwordLengthError',
|
||||
@@ -30,7 +30,7 @@ const holders = defineMessages({
|
||||
},
|
||||
passwordMatchError: {
|
||||
id: 'user.settings.security.passwordMatchError',
|
||||
defaultMessage: 'The new passwords you entered do not match'
|
||||
defaultMessage: 'The new passwords you entered do not match.'
|
||||
},
|
||||
method: {
|
||||
id: 'user.settings.security.method',
|
||||
|
||||
@@ -1094,7 +1094,7 @@
|
||||
"edit_post.save": "Save",
|
||||
"email_signup.address": "Email Address",
|
||||
"email_signup.createTeam": "Create Team",
|
||||
"email_signup.emailError": "Please enter a valid email address",
|
||||
"email_signup.emailError": "Please enter a valid email address.",
|
||||
"email_signup.find": "Find my teams",
|
||||
"email_verify.almost": "{siteName}: You are almost done",
|
||||
"email_verify.failed": " Failed to send verification email.",
|
||||
@@ -1768,7 +1768,7 @@
|
||||
"user.settings.push_notification.onlyMentions": "For mentions and direct messages",
|
||||
"user.settings.security.close": "Close",
|
||||
"user.settings.security.currentPassword": "Current Password",
|
||||
"user.settings.security.currentPasswordError": "Please enter your current password",
|
||||
"user.settings.security.currentPasswordError": "Please enter your current password.",
|
||||
"user.settings.security.emailPwd": "Email and Password",
|
||||
"user.settings.security.gitlab": "GitLab",
|
||||
"user.settings.security.google": "Google",
|
||||
@@ -1800,7 +1800,7 @@
|
||||
"user.settings.security.passwordErrorUppercaseSymbol": "Your password must contain at least {min} characters made up of at least one uppercase letter and at least one symbol (e.g. \"~!@#$%^&*()\").",
|
||||
"user.settings.security.passwordGitlabCantUpdate": "Login occurs through GitLab. Password cannot be updated.",
|
||||
"user.settings.security.passwordLdapCantUpdate": "Login occurs through LDAP. Password cannot be updated.",
|
||||
"user.settings.security.passwordMatchError": "The new passwords you entered do not match",
|
||||
"user.settings.security.passwordMatchError": "The new passwords you entered do not match.",
|
||||
"user.settings.security.passwordMinLength": "Invalid minimum length, cannot show preview.",
|
||||
"user.settings.security.retypePassword": "Retype New Password",
|
||||
"user.settings.security.saml": "SAML",
|
||||
|
||||
Ссылка в новой задаче
Block a user