summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-30 01:17:43 -0800
committerCorey Hulen <corey@hulen.com>2015-07-30 01:17:43 -0800
commiteaa59d54b363724460b9ae8e1d86a8eaf0ffa35d (patch)
treeab3ae8349f2649cf027f5691ddaace14c72e4b2f /web
parentb97329cd0a21f371fb4ff0f43db101426cebfafb (diff)
parente787cb7a3c34d1351ae717db265ba0e01e730ab6 (diff)
downloadchat-eaa59d54b363724460b9ae8e1d86a8eaf0ffa35d.tar.gz
chat-eaa59d54b363724460b9ae8e1d86a8eaf0ffa35d.tar.bz2
chat-eaa59d54b363724460b9ae8e1d86a8eaf0ffa35d.zip
Merge pull request #288 from mattermost/it33-patch-3
Corrected "lower case" to "lowercase"
Diffstat (limited to 'web')
-rw-r--r--web/react/components/signup_team_complete.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/signup_team_complete.jsx b/web/react/components/signup_team_complete.jsx
index 4745e219d..83daa3b1f 100644
--- a/web/react/components/signup_team_complete.jsx
+++ b/web/react/components/signup_team_complete.jsx
@@ -271,7 +271,7 @@ TeamURLPage = React.createClass({
<p>{"Choose the web address of your new " + strings.Team + ":"}</p>
<ul className="color--light">
<li>Short and memorable is best</li>
- <li>Use lower case letters, numbers and dashes</li>
+ <li>Use lowercase letters, numbers and dashes</li>
<li>Must start with a letter and can't end in a dash</li>
</ul>
<button type="submit" className="btn btn-primary margin--extra" onClick={this.submitNext}>Next<i className="glyphicon glyphicon-chevron-right"></i></button>