From 3739ce40c0d87134f2d7a0c8656af229c2897c78 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Tue, 29 Oct 2024 16:34:28 +0000 Subject: [PATCH] fix(fixtures): update label spelling --- benefits/core/migrations/local_fixtures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benefits/core/migrations/local_fixtures.json b/benefits/core/migrations/local_fixtures.json index 372267b34b..f286c712a3 100644 --- a/benefits/core/migrations/local_fixtures.json +++ b/benefits/core/migrations/local_fixtures.json @@ -95,7 +95,7 @@ "pk": 2, "fields": { "system_name": "veteran", - "label": "US Veteran", + "label": "U.S. Veteran", "group_id": "group123", "enrollment_success_template": "enrollment/success--cst.html", "display_order": 4,