diff --git a/hypha/apply/funds/templates/funds/submission-success.html b/hypha/apply/funds/templates/funds/submission-success.html
index 765f8a40e8..6be59f9e9c 100644
--- a/hypha/apply/funds/templates/funds/submission-success.html
+++ b/hypha/apply/funds/templates/funds/submission-success.html
@@ -5,7 +5,7 @@
{% block content %}
{% if form_submission.status == 'draft' %}
-
{% trans "Your application is saved as a draft." %}
+
{% trans "Your application is saved as a draft." %}
{% trans "Please note that your application is not submitted for review." %}
@@ -16,11 +16,11 @@
{% trans "Your application is saved as a draft." %}
{% endif %}
{% else %}
-
+
{% blocktrans trimmed %}
Thank you for your submission to the {{ ORG_LONG_NAME }}.
{% endblocktrans %}
-
+
{% trans "An e-mail with more information has been sent to the address you entered." %}
@@ -51,32 +51,31 @@
{% endblock %}
diff --git a/hypha/apply/users/templates/two_factor/core/setup_complete.html b/hypha/apply/users/templates/two_factor/core/setup_complete.html
index 5a5188f6ae..42749b6fc3 100644
--- a/hypha/apply/users/templates/two_factor/core/setup_complete.html
+++ b/hypha/apply/users/templates/two_factor/core/setup_complete.html
@@ -18,7 +18,7 @@
your primary token device. To enable account recovery, add a phone number.
{% endblocktrans %}
-