summaryrefslogtreecommitdiffstats
path: root/web/react/components/find_team.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-06-15 10:51:44 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-06-15 10:51:44 -0700
commitd8ef4cc2f0d4755fe9f58b18ab94de4a173e5d11 (patch)
treecd260948d6498d4576e3e74da9aa6e1799e93956 /web/react/components/find_team.jsx
parentc94883e0dfc0c7cbcf86a78f9134d1e3283a07cd (diff)
downloadchat-d8ef4cc2f0d4755fe9f58b18ab94de4a173e5d11.tar.gz
chat-d8ef4cc2f0d4755fe9f58b18ab94de4a173e5d11.tar.bz2
chat-d8ef4cc2f0d4755fe9f58b18ab94de4a173e5d11.zip
Changed text describing the find more teams function for clarity
Diffstat (limited to 'web/react/components/find_team.jsx')
-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" }>