summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-07-29 18:58:07 -0700
committerit33 <iantien@gmail.com>2015-07-29 18:58:07 -0700
commite787cb7a3c34d1351ae717db265ba0e01e730ab6 (patch)
tree5e2c66fba862ed1959c11b1120ac9c5231e0f18f /web
parent3dee6ebb03981099540386ec1f8df3d0a98d9520 (diff)
downloadchat-e787cb7a3c34d1351ae717db265ba0e01e730ab6.tar.gz
chat-e787cb7a3c34d1351ae717db265ba0e01e730ab6.tar.bz2
chat-e787cb7a3c34d1351ae717db265ba0e01e730ab6.zip
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 55845fc26..c604a66a7 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>