Skip to content
Snippets Groups Projects
Unverified Commit a8c15fd2 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1288 from OpenTechFund/feature/gh-709-application-submit-button-text

Change the Submit button for all applications to Submit for review.
parents 911d5966 db2a78e7
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
{% endif %}
{% endif %}
{% endfor %}
<button class="link link--button-secondary" type="submit" disabled>{% if page.action_text %}{{ page.action_text|safe }}{% else %}Submit{% endif %}</button>
<button class="link link--button-secondary" type="submit" disabled>{% if page.action_text %}{{ page.action_text|safe }}{% else %}Submit for review{% endif %}</button>
</form>
{% endif %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment