Skip to content

Commit

Permalink
Update MITS form language
Browse files Browse the repository at this point in the history
We don't actually charge a fee for selling your game, so now we're going to stop mentioning it.
  • Loading branch information
kitsuta committed Oct 19, 2023
1 parent f19db30 commit ce83d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uber/templates/mits/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h2>Edit Your Team Information</h2>
<div class="form-group">
<label class="col-sm-3 control-label">Want to sell?</label>
<div class="col-sm-6">
{{ macros.checkbox(team, 'want_to_sell', label="We allow a limited number of production teams to pay for the right to sell their games and related merchandise at the tables you use to demo your games. Please check this box if you're interested in doing this.") }}
{{ macros.checkbox(team, 'want_to_sell', label="We allow a limited number of production teams to sell their games and related merchandise at the tables you use to demo your games. Please check this box if you're interested in doing this.") }}
</div>
</div>

Expand Down

0 comments on commit ce83d62

Please sign in to comment.