summaryrefslogtreecommitdiffstats
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
commit91f7d11435125e968c5bdbfc291929358cab91e3 (patch)
tree89d188dbd265375e3d4483461972ee517d4ddaea
parentc7bdb8acdb716832c7e5cdd25648b9f72ae1f748 (diff)
parentd8ef4cc2f0d4755fe9f58b18ab94de4a173e5d11 (diff)
downloadchat-91f7d11435125e968c5bdbfc291929358cab91e3.tar.gz
chat-91f7d11435125e968c5bdbfc291929358cab91e3.tar.bz2
chat-91f7d11435125e968c5bdbfc291929358cab91e3.zip
Merge pull request #6 from rgarmsen2295/mm-1066
MM-1066
-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" }>