diff --git a/apply/templates/apply/eligibility_result.html b/apply/templates/apply/eligibility_result.html index d387aa5ab..c6fcdb0f6 100644 --- a/apply/templates/apply/eligibility_result.html +++ b/apply/templates/apply/eligibility_result.html @@ -11,7 +11,7 @@
{% trans %}Based on your answers, you can apply for {% endtrans %}{% trans %}{{ fund_title }} {% endtrans %}.
+{% trans %}Based on your answers, you can apply for {% endtrans %}{% trans %}{{ fund_title }}{% endtrans %}.
{{ startApplicationButton(form, url_for('account_routes.new'), fund_id=fund_id, round_id=round_id, eligibility_confirm=True, existing_applications_count=0) }}