summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-08-09 08:50:55 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-09 08:50:55 -0400
commit7be82c2b279390d3659fbe74c7d3ccabc48a6dd8 (patch)
treeec5027c7d7868c8af28f91ba84cfef9d56f10ae1
parentad2c3bdb1de4b1476bad866ccb1e9287e49845b9 (diff)
downloadchat-7be82c2b279390d3659fbe74c7d3ccabc48a6dd8.tar.gz
chat-7be82c2b279390d3659fbe74c7d3ccabc48a6dd8.tar.bz2
chat-7be82c2b279390d3659fbe74c7d3ccabc48a6dd8.zip
Add missing periods in error messages (#3757)
-rw-r--r--webapp/components/user_settings/user_settings_general.jsx2
-rw-r--r--webapp/components/user_settings/user_settings_security.jsx4
-rw-r--r--webapp/i18n/en.json6
3 files changed, 6 insertions, 6 deletions
diff --git a/webapp/components/user_settings/user_settings_general.jsx b/webapp/components/user_settings/user_settings_general.jsx
index d1c195c7e..e725060ab 100644
--- a/webapp/components/user_settings/user_settings_general.jsx
+++ b/webapp/components/user_settings/user_settings_general.jsx
@@ -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',
diff --git a/webapp/components/user_settings/user_settings_security.jsx b/webapp/components/user_settings/user_settings_security.jsx
index 428c88e25..769959432 100644
--- a/webapp/components/user_settings/user_settings_security.jsx
+++ b/webapp/components/user_settings/user_settings_security.jsx
@@ -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',
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 1dc2f49d1..e8c01d410 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -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",