Skip to content

Commit

Permalink
kill the 'strengths and weaknesses' language
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Apr 19, 2016
1 parent 365ca5e commit 901798e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/components/assessment/summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var Summary = React.createClass({
return (
<Panel header='Summary' bsStyle='primary'>
<Alert bsStyle='warning'>
How did you go? Where are you strengths and weaknesses? What are some improvements you could make?
How did you go? What improvements can your team could make?
</Alert>
<AssessmentReport
eventKey={this.props.template ? this.props.template.attributes.length + 1 : null}
Expand Down

0 comments on commit 901798e

Please sign in to comment.