Skip to content

Commit

Permalink
Fix typo (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
arku authored and mbeacom committed Jun 19, 2018
1 parent 86dbb76 commit 814ea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/templates/addinterest.html
Expand Up @@ -27,7 +27,7 @@ <h5 class="text-center font-title">{% trans "Great to see that you're interested
</div>
{% if bounty and bounty.permission_type == 'approval' %}
<div class="col-12">
<p class="red_warning">{% trans "The funder is approving workers for this issue. Please submit the form below, and if you are selected to work on this bouty, you will be notified via email." %}</p>
<p class="red_warning">{% trans "The funder is approving workers for this issue. Please submit the form below, and if you are selected to work on this bounty, you will be notified via email." %}</p>
</div>
{% endif %}
{% if user_logged_in %}
Expand Down

0 comments on commit 814ea82

Please sign in to comment.