diff --git a/edivorce/apps/core/templates/question/02_claimant.html b/edivorce/apps/core/templates/question/02_claimant.html index 905196f3..09e0deaf 100644 --- a/edivorce/apps/core/templates/question/02_claimant.html +++ b/edivorce/apps/core/templates/question/02_claimant.html @@ -39,7 +39,10 @@
-

If either of you has had a legal name change since you were married, put that new name on your form, and bring along a copy of the change of name certificate when you file your documents.

+

+ The name written here must match the name that is on your marriage certificate. If you have changed your + legal name since you were married, add it to the section below titled “Do you go by any other names”. +

@@ -57,7 +60,7 @@
-

Do you go by any other names?{% if any_other_name_you_error %}{% include 'partials/required.html' %}{% endif %}

+

Do you go by any other names?{% include "partials/optional.html" %}

@@ -64,7 +65,7 @@
-

Does your spouse go by any other names?{% if any_other_name_spouse_error %}{% include 'partials/required.html' %}{% endif %}

+

Does your spouse go by any other names?{% include "partials/optional.html" %}