diff --git a/hypha/apply/funds/templates/funds/application_base.html b/hypha/apply/funds/templates/funds/application_base.html
index c3813009e338ded8b1f20faaf3f729f4fa90625f..924115ac4d0c54e5ddaf5680bf8562390d7245ea 100644
--- a/hypha/apply/funds/templates/funds/application_base.html
+++ b/hypha/apply/funds/templates/funds/application_base.html
@@ -47,7 +47,7 @@
                     {% endif %}
                 {% endif %}
             {% endfor %}
-            <button class="link link--button-secondary" type="submit" disabled>{% if page.action_text %}{{ page.action_text|safe }}{% else %}Submit for review{% endif %}</button>
+            <button class="link link--button-secondary" type="submit" disabled>Submit for review</button>
         </form>
         <p class="wrapper--error message-no-js js-hidden">You must have Javascript enabled to use this form.</p>
     {% endif %}