Skip to content

Commit

Permalink
fixes mozilla#1174, updated clubs modal copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis committed Aug 28, 2015
1 parent 479d1d3 commit 80171a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/modal-clubs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var ModalAddOrChangeYourClub = React.createClass({
var content, isFormDisabled;
var isAdd = !this.props.club;
var action = isAdd ? "add" : "change";
var modalTitle = isAdd ? "Apply for the next round of Mozilla Clubs"
var modalTitle = isAdd ? "Get matched with a Regional Coordinator"
: "Change Your Club";
var idPrefix = this.props.idPrefix;

Expand All @@ -192,7 +192,7 @@ var ModalAddOrChangeYourClub = React.createClass({
</div>
: null}
{this.renderValidationErrors()}
<p>We're full! Let us know if you'd like to be considered for the next round.</p>
<p>We have a waiting list for Regional Coordinators. Fill out the information below, and we'll match you as soon as we can.</p>
<form onSubmit={this.handleSubmit}>
<fieldset>
<label htmlFor={idPrefix + "name"}>Who is your Mozilla Club affiliated with?</label>
Expand Down

0 comments on commit 80171a5

Please sign in to comment.