Skip to content

Commit

Permalink
text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Aug 9, 2018
1 parent 6935a72 commit 90f5749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/dashboard/templates/bounty/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ <h5 class="font-subheader">{% trans "Details" %}</h5>
<div class="w-100 mt-2" id="auto_approve_workers_container">
<div class="form__checkbox">
<input name='auto_approve_workers' id='auto_approve_workers' type="checkbox" value=1 checked />
<label class="form__label" for=auto_approve_workers style="display: flex;">{% blocktrans %}Worker will be
auto-approved after 72 hours.{% endblocktrans %}</label>
<label class="form__label" for=auto_approve_workers style="display: flex;">{% blocktrans %}
Auto approve worker after 72 hours.{% endblocktrans %}</label>
</div>
</div>
<div>
Expand Down

0 comments on commit 90f5749

Please sign in to comment.