summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-15 10:03:10 -0800
committerCorey Hulen <corey@hulen.com>2015-06-15 10:03:10 -0800
commit21a868728ac1283c110638dff84de21ae1990122 (patch)
treebef706c3cdc08e4c567a34457e684517eaa267f2 /web
parent916df982523d62dbacb9f0204c6024b0fffc3530 (diff)
parent7edcb60112ea0e8e8b8c1d53f2883f5f0dadaecd (diff)
downloadchat-21a868728ac1283c110638dff84de21ae1990122.tar.gz
chat-21a868728ac1283c110638dff84de21ae1990122.tar.bz2
chat-21a868728ac1283c110638dff84de21ae1990122.zip
Merge pull request #6 from rgarmsen2295/mm-1066
MM-1066
Diffstat (limited to 'web')
-rw-r--r--web/react/components/find_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/find_team.jsx b/web/react/components/find_team.jsx
index 329592a73..91a842ffc 100644
--- a/web/react/components/find_team.jsx
+++ b/web/react/components/find_team.jsx
@@ -56,7 +56,7 @@ module.exports = React.createClass({
<div>
<h4>Find Your Team</h4>
<form onSubmit={this.handleSubmit}>
- <p>{"An email will be sent to this address with links to any " + strings.TeamPlural}</p>
+ <p>{"We'll send you an email with links to your " + strings.TeamPlural + "."}</p>
<div className="form-group">
<label className='control-label'>Email</label>
<div className={ email_error ? "form-group has-error" : "form-group" }>