Browse Source

DIV-963: Updated wording of which act questions.

pull/160/head
Charles Shin 6 years ago
parent
commit
ff5c2ac675
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/static/js/main.js

+ 2
- 2
edivorce/apps/core/static/js/main.js View File

@ -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);
}


Loading…
Cancel
Save