diff --git a/edivorce/apps/core/templatetags/format_utils.py b/edivorce/apps/core/templatetags/format_utils.py index b7d32cf4..f74de2a9 100644 --- a/edivorce/apps/core/templatetags/format_utils.py +++ b/edivorce/apps/core/templatetags/format_utils.py @@ -95,7 +95,7 @@ def claimantize(value): elif 'spouse' in value: return 'Claimant 2' elif 'both' in value: - return 'Both' + return 'Claimant 1 & Claimant 2' return value