From 78f5cccb570a7685e6a1c5c8b18f54827929ccb0 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Thu, 22 Oct 2020 12:17:18 -0700 Subject: [PATCH] DIV-1204: Update court file number wording --- edivorce/apps/core/templates/dashboard/initial_filing.html | 4 ++-- edivorce/apps/core/templates/dashboard/swear_forms.html | 4 ++-- edivorce/apps/core/templates/dashboard/wait_for_number.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/edivorce/apps/core/templates/dashboard/initial_filing.html b/edivorce/apps/core/templates/dashboard/initial_filing.html index 568c29de..e6bb580a 100644 --- a/edivorce/apps/core/templates/dashboard/initial_filing.html +++ b/edivorce/apps/core/templates/dashboard/initial_filing.html @@ -49,7 +49,7 @@

Your filing (submitting completed documents to the court registry) occurs in two parts. The initial filing initiates the divorce proceeding. - Once initial filing is complete you will receive a Court Filing Number. + Once initial filing is complete you will receive a Court File Number. This number is important as it will allow you or your spouse to file the remaining documents required to complete your divorce.

@@ -104,7 +104,7 @@ This may take up to one week.

- You will need your Court Filing Number if you are filing any additional documentation. + You will need your Court File Number if you are filing any additional documentation.

{% elif how_to_file == 'In-person' %}

diff --git a/edivorce/apps/core/templates/dashboard/swear_forms.html b/edivorce/apps/core/templates/dashboard/swear_forms.html index fa3f5545..247dde47 100644 --- a/edivorce/apps/core/templates/dashboard/swear_forms.html +++ b/edivorce/apps/core/templates/dashboard/swear_forms.html @@ -12,11 +12,11 @@ affidavits {% include "partials/tooltips/swear_affirm.html" with text="sworn/affirmed" %}.

{% elif how_to_file == 'Online' %}

- You must have a Court Filing Number in order to proceed + You must have a Court File Number in order to proceed with {% include "partials/tooltips/swear_affirm.html" with text="swearing/affirming" %} your affidavits. If you do not have a {% include "partials/tooltips/court_file_number.html" %} return to the - Wait for Court Filing Number step. + Wait for Court File Number step.

{% else %}

diff --git a/edivorce/apps/core/templates/dashboard/wait_for_number.html b/edivorce/apps/core/templates/dashboard/wait_for_number.html index fbd6e1d5..75f42b95 100644 --- a/edivorce/apps/core/templates/dashboard/wait_for_number.html +++ b/edivorce/apps/core/templates/dashboard/wait_for_number.html @@ -50,7 +50,7 @@ and include your {% include "partials/tooltips/online_package_number.html" %}.

- Once you have received your Court Filing Number via e-mail, click Next to proceed with the remaining steps in the process. + Once you have received your Court File Number via e-mail, click Next to proceed with the remaining steps in the process.

{% endblock %}