summaryrefslogtreecommitdiffstats
path: root/web/react/components
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
commit7edcb60112ea0e8e8b8c1d53f2883f5f0dadaecd (patch)
tree3017322af7d0567de02e83c0dd2376ff4ae3a560 /web/react/components
parentb7a821c3410ecd165241e2dbcf2c8376ae402124 (diff)
downloadchat-7edcb60112ea0e8e8b8c1d53f2883f5f0dadaecd.tar.gz
chat-7edcb60112ea0e8e8b8c1d53f2883f5f0dadaecd.tar.bz2
chat-7edcb60112ea0e8e8b8c1d53f2883f5f0dadaecd.zip
Changed text describing the find more teams function for clarity
Diffstat (limited to 'web/react/components')
-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" }>