Changed text describing the find more teams function for clarity
Этот коммит содержится в:
@@ -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" }>
|
||||
|
||||
Ссылка в новой задаче
Block a user