summaryrefslogtreecommitdiffstats
path: root/web/react/components/find_team.jsx
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-08-21 00:17:21 -0700
committerit33 <iantien@gmail.com>2015-08-21 00:17:21 -0700
commit8bc9dadf791c32066fc7858196faff8fef94d2b1 (patch)
tree0677e1246a1f8bef4e92dbceb0a30643a9a077c6 /web/react/components/find_team.jsx
parent08941cf554bc88ca95f933cd2831fd6c6f2d49e9 (diff)
downloadchat-8bc9dadf791c32066fc7858196faff8fef94d2b1.tar.gz
chat-8bc9dadf791c32066fc7858196faff8fef94d2b1.tar.bz2
chat-8bc9dadf791c32066fc7858196faff8fef94d2b1.zip
Adjusting "Find Your Team" instructions
Diffstat (limited to 'web/react/components/find_team.jsx')
-rw-r--r--web/react/components/find_team.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/react/components/find_team.jsx b/web/react/components/find_team.jsx
index 91a842ffc..d896a1f12 100644
--- a/web/react/components/find_team.jsx
+++ b/web/react/components/find_team.jsx
@@ -47,7 +47,7 @@ module.exports = React.createClass({
return (
<div>
<h4>{"Find Your " + utils.toTitleCase(strings.Team)}</h4>
- <p>{"An email was sent with links to any " + strings.TeamPlural}</p>
+ <p>{"An email was sent with links to any " + strings.TeamPlural + " to which you are a member."}</p>
</div>
);
}
@@ -56,7 +56,7 @@ module.exports = React.createClass({
<div>
<h4>Find Your Team</h4>
<form onSubmit={this.handleSubmit}>
- <p>{"We'll send you an email with links to your " + strings.TeamPlural + "."}</p>
+ <p>{"Get an email with links to any " + strings.TeamPlural + " to which you are a member."}</p>
<div className="form-group">
<label className='control-label'>Email</label>
<div className={ email_error ? "form-group has-error" : "form-group" }>