From ff5c2ac6754e8ecf76514713393f043dba9b5f49 Mon Sep 17 00:00:00 2001 From: Charles Shin Date: Wed, 9 Oct 2019 18:34:00 -0700 Subject: [PATCH] DIV-963: Updated wording of which act questions. --- edivorce/apps/core/static/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edivorce/apps/core/static/js/main.js b/edivorce/apps/core/static/js/main.js index b552b846..6c6001a4 100755 --- a/edivorce/apps/core/static/js/main.js +++ b/edivorce/apps/core/static/js/main.js @@ -1262,11 +1262,11 @@ var updateChildSupportActQuestion = function (wantChildSupport) { var childSupportActQuestionText = ''; if (!wantChildSupport) { - childSupportActQuestionText = "Please indicate which act you are asking for an order regarding Arrangements for Parenting or Contact under."; + childSupportActQuestionText = "Please indicate which act(s) you are asking for an order regarding Arrangements for Parenting or Contact under."; $('#child_support_act_question').text(childSupportActQuestionText); } else { - childSupportActQuestionText = "Please indicate which act you are asking for an order regarding Child Support and Arrangements for Parenting or Contact under."; + childSupportActQuestionText = "Please indicate which act(s) you are asking for an order regarding Child Support and Arrangements for Parenting or Contact under."; $('#child_support_act_question').text(childSupportActQuestionText); }