diff --git a/opentech/apply/funds/templates/funds/includes/status_bar.html b/opentech/apply/funds/templates/funds/includes/status_bar.html
index 9dfbdb9409a9d53f9c7c41ddd4d36b50fc6e64f9..e537515025ce4cea59a39f9c96c8e192d1455c3d 100644
--- a/opentech/apply/funds/templates/funds/includes/status_bar.html
+++ b/opentech/apply/funds/templates/funds/includes/status_bar.html
@@ -8,6 +8,7 @@
                     {% endif %}">
             <span class="status-bar__tooltip"
                 {% if phase == status %}
+                    {# We want to display the status explicitly in case phase is a MultiStep (displays "Outcome" for name) #}
                     data-title="{{ status.name }}" aria-label="{{ status.name }}"
                 {% else %}
                     data-title="{{ phase.name }}" aria-label="{{ phase.name }}"