summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-29 07:52:11 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-29 07:52:11 -0400
commitf084188010ccc0b82f17b99e5cacde74e732c318 (patch)
treee8c970c47e3ba6fe1cce698d4a11716edd22e271 /web
parent95123302419c2ea73e239ef5a62d1a0148d801dc (diff)
downloadchat-f084188010ccc0b82f17b99e5cacde74e732c318.tar.gz
chat-f084188010ccc0b82f17b99e5cacde74e732c318.tar.bz2
chat-f084188010ccc0b82f17b99e5cacde74e732c318.zip
added use of strings.Team to replace hardcoded mentions of 'team'
Diffstat (limited to 'web')
-rw-r--r--web/react/components/signup_team_complete.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/signup_team_complete.jsx b/web/react/components/signup_team_complete.jsx
index 559009f44..ebb40f17f 100644
--- a/web/react/components/signup_team_complete.jsx
+++ b/web/react/components/signup_team_complete.jsx
@@ -481,12 +481,12 @@ SendInivtesPage = React.createClass({
<div>
<form>
<img className="signup-team-logo" src="/static/images/logo.png" />
- <h2>Invite Team Members</h2>
+ <h2>{"Invite " + utils.toTitleCase(strings.Team) + " Members"}</h2>
{ emails }
<div className="form-group text-right"><a href="#" onClick={this.submitAddInvite}>Add Invitation</a></div>
<div className="form-group"><button type="submit" className="btn-primary btn" onClick={this.submitNext}>Next<i className="glyphicon glyphicon-chevron-right"></i></button></div>
</form>
- <p className="color--light">if you prefer, you can invite team members later<br /> and <a href="#" onClick={this.submitSkip}>skip this step</a> for now.</p>
+ <p className="color--light">{"if you prefer, you can invite " + strings.Team + " members later"}<br /> and <a href="#" onClick={this.submitSkip}>skip this step</a> for now.</p>
<div className="margin--extra">
<a href="#" onClick={this.submitBack}>Back to previous step</a>
</div>
@@ -534,7 +534,7 @@ UsernamePage = React.createClass({
<form>
<img className="signup-team-logo" src="/static/images/logo.png" />
<h2 className="margin--less">Your username</h2>
- <h5 className="color--light">Select a memorable username that makes it easy for teammates to identify you:</h5>
+ <h5 className="color--light">{"Select a memorable username that makes it easy for " + strings.Team + "mates to identify you:"}</h5>
<div className="inner__content margin--extra">
<div className={ name_error ? "form-group has-error" : "form-group" }>
<div className="row">