From c7c27f63f6b175cf8b1553c32038ed0aa6aac255 Mon Sep 17 00:00:00 2001 From: Benard Ebinu Date: Mon, 26 Feb 2018 18:02:45 -0800 Subject: [PATCH] DIV-824: Update headings on review page --- edivorce/apps/core/templatetags/summary_format.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edivorce/apps/core/templatetags/summary_format.py b/edivorce/apps/core/templatetags/summary_format.py index 2c490039..e2638024 100644 --- a/edivorce/apps/core/templatetags/summary_format.py +++ b/edivorce/apps/core/templatetags/summary_format.py @@ -103,7 +103,7 @@ def format_children(context, source): 'special_extraordinary_expenses', 'Special or Extraordinary Expenses (Fact Sheet A)', ] - question_to_heading['Fact sheets'] = [ + question_to_heading['Payor & Fact Sheets'] = [ 'Shared Living Arrangement (Fact Sheet B)', 'Split Living Arrangement (Fact Sheet C)', 'child_support_payor', @@ -112,7 +112,7 @@ def format_children(context, source): 'claiming_undue_hardship', 'Undue Hardship (Fact Sheet E)' ] - question_to_heading['Medical expenses'] = [ + question_to_heading['Medical & other expenses'] = [ 'medical_coverage_available', 'whose_plan_is_coverage_under', 'child_support_payments_in_arrears',