Changed text describing the find more teams function for clarity

This commit is contained in:
Reed Garmsen
2015-06-15 10:51:44 -07:00
parent c94883e0df
commit d8ef4cc2f0

View File

@@ -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" }>