diff --git a/edivorce/apps/core/static/js/signing-filing.js b/edivorce/apps/core/static/js/signing-filing.js index ce33515e..1758ec02 100644 --- a/edivorce/apps/core/static/js/signing-filing.js +++ b/edivorce/apps/core/static/js/signing-filing.js @@ -128,7 +128,7 @@ $(window).load(function () { $('#court-registry-address').text(data.address); $('#court-registry-postal-code').text(data.postal_code); }).error((response) => { - $('#court-registry-address').html('Error retrieving address'); + $('#court-registry-address').html('No address found'); $('#court-registry-postal-code').html('Look up address'); }); } diff --git a/edivorce/apps/core/templates/dashboard/swear_forms.html b/edivorce/apps/core/templates/dashboard/swear_forms.html index d16cd375..fa3f5545 100644 --- a/edivorce/apps/core/templates/dashboard/swear_forms.html +++ b/edivorce/apps/core/templates/dashboard/swear_forms.html @@ -53,8 +53,7 @@
  • The virtual session will involve a video call between you and the court registry clerk.
  • - Once you have filed your documents (see next step), someone from the court registry will be in touch - soon to book your virtual session. + The court registry will be in touch soon to book your virtual session.

    {% elif how_to_sign == 'Separately' and signing_location_you == 'Virtual' and signing_location_spouse == 'Virtual' %} @@ -76,8 +75,7 @@
  • The virtual session will involve a video call between you and the court registry clerk.
  • - Once you have filed your documents (see next step), someone from the court registry will be in touch soon to book your virtual - session. + The court registry will be in touch soon to book your virtual sessions.

    {% elif how_to_sign == 'Together' and signing_location == 'In-person' %} @@ -166,8 +164,7 @@
  • Have your photo ID ready to show.
  • The virtual session will involve a video call between you and the court registry clerk.

    -

    Once you have filed your documents (see next step), someone from the court registry will be in touch soon to book your - virtual session.

    +

    The court registry will be in touch soon to book your virtual session.


    Your spouse will {% include "partials/tooltips/swear_affirm.html" %} with a @@ -247,8 +244,7 @@

  • Have their photo ID ready to show.
  • The virtual session will involve a video call between your spouse and the court registry clerk.

    -

    Once you have filed your initial documents (see next step), someone from the court registry will be in touch - with your spouse soon to book their virtual session.

    +

    The court registry will be in touch with your spouse soon to book their virtual session.

    {% endif %}