From b2a679c25da42c4665059965830858da4f0ec238 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 15 Sep 2015 18:59:14 -0700 Subject: PLT-93 cleaing up client side configs --- web/react/components/find_team.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'web/react/components/find_team.jsx') diff --git a/web/react/components/find_team.jsx b/web/react/components/find_team.jsx index 52988886c..eb2683a88 100644 --- a/web/react/components/find_team.jsx +++ b/web/react/components/find_team.jsx @@ -3,7 +3,6 @@ var utils = require('../utils/utils.jsx'); var client = require('../utils/client.jsx'); -import {strings} from '../utils/config.js'; export default class FindTeam extends React.Component { constructor(props) { @@ -51,8 +50,8 @@ export default class FindTeam extends React.Component { if (this.state.sent) { return (
-

{'Find Your ' + utils.toTitleCase(strings.Team)}

-

{'An email was sent with links to any ' + strings.TeamPlural + ' to which you are a member.'}

+

{'Find Your team'}

+

{'An email was sent with links to any teams to which you are a member.'}

); } @@ -61,7 +60,7 @@ export default class FindTeam extends React.Component {

Find Your Team

-

{'Get an email with links to any ' + strings.TeamPlural + ' to which you are a member.'}

+

{'Get an email with links to any teams to which you are a member.'}

-- cgit v1.2.3-1-g7c22