diff --git a/hypha/apply/determinations/templates/determinations/base_determination_form.html b/hypha/apply/determinations/templates/determinations/base_determination_form.html
index f982f1223ac3e5b6e4b01b57644a5f1955d54ef1..ca5168f2e08fa64dccc0b6cd8af7e6dee5ce6ec1 100644
--- a/hypha/apply/determinations/templates/determinations/base_determination_form.html
+++ b/hypha/apply/determinations/templates/determinations/base_determination_form.html
@@ -47,7 +47,7 @@
             {% if form.draft_button_name %}
                 <button class="button button--submit button--top-space button--white" type="submit" name="{{ form.draft_button_name }}" formnovalidate>Save Draft</button>
             {% endif %}
-            <button class="button button--submit button--top-space button--primary" type="submit" name="submit">Send/Save</button>
+            <button class="button button--submit button--top-space button--primary" type="submit" name="submit">Submit</button>
         {% endblock %}
     </form>
     {% for type, message in message_templates.items %}