summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2016-08-30 14:14:43 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-30 14:14:43 -0400
commit391926e9a70cb7502bfbab7d8b6dbcb221b1a18e (patch)
tree660f9b02be3e58ba25303f9eea5bfabb674042b3 /webapp/components
parent18808faead1b7bcdf27dab06e2ffcda1f0680979 (diff)
downloadchat-391926e9a70cb7502bfbab7d8b6dbcb221b1a18e.tar.gz
chat-391926e9a70cb7502bfbab7d8b6dbcb221b1a18e.tar.bz2
chat-391926e9a70cb7502bfbab7d8b6dbcb221b1a18e.zip
Update spelling (#3911)
* Update login_controller.jsx * Update en.json
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/login/login_controller.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index 5a5d0388a..fd30e4feb 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -534,7 +534,7 @@ export default class LoginController extends React.Component {
error={
<FormattedMessage
id='login.noMethods'
- defaultMessage='No sign in methods are enabled. Please contact your System Administrator.'
+ defaultMessage='No sign-in methods are enabled. Please contact your System Administrator.'
/>
}
margin={true}