summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-21 08:27:40 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-21 08:27:40 -0400
commitb476b59523fedf10eaee9cbf1911e88de855bdbd (patch)
treee58a9ba6e9053639e74bd07e4c706a33826663da /web
parent77fc2c0967afc8f2fea0ab8b332b345d63c82aac (diff)
parent8bc9dadf791c32066fc7858196faff8fef94d2b1 (diff)
downloadchat-b476b59523fedf10eaee9cbf1911e88de855bdbd.tar.gz
chat-b476b59523fedf10eaee9cbf1911e88de855bdbd.tar.bz2
chat-b476b59523fedf10eaee9cbf1911e88de855bdbd.zip
Merge pull request #437 from mattermost/it33-patch-4
Adjusting "Find Your Team" instructions
Diffstat (limited to 'web')
-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" }>