Browse Source

DIV-1202: Fix filing number typo in dashnav

pull/172/head
ariannedee 5 years ago
parent
commit
581be84aa6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/partials/dashnav.html

+ 1
- 1
edivorce/apps/core/templates/partials/dashnav.html View File

@ -21,7 +21,7 @@
</a>
<a href="{% url 'dashboard_nav' 'wait_for_number' %}" class="progress-question {% if active_page == 'wait_for_number' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-clock-o" aria-hidden="true"></i></span>
<span class="progress-content">Wait for Court Filing #</span>
<span class="progress-content">Wait for Court File #</span>
</a>
{% endif %}
<a href="{% url 'dashboard_nav' 'swear_forms' %}" class="progress-question {% if active_page == 'swear_forms' %} active {% endif %}">


Loading…
Cancel
Save