diff --git a/opentech/apply/funds/templates/funds/application_base.html b/opentech/apply/funds/templates/funds/application_base.html
index 72493e2cbded24775f1618292c5c9509ff22c675..d578df8970767b5f0561824b048788f0fd4b37f3 100644
--- a/opentech/apply/funds/templates/funds/application_base.html
+++ b/opentech/apply/funds/templates/funds/application_base.html
@@ -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>