Skip to content

Commit

Permalink
Update benefit attribute for all form uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Japenner committed Feb 11, 2025
1 parent 6c45245 commit 803f2bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/platform/forms/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,28 +463,28 @@ export const MY_VA_SIP_FORMS = [
},
{
id: VA_FORM_IDS.FORM_21_0779_UPLOAD,
benefit: `form upload flow`,
benefit: `form 21-0779 upload`,
title: `form 21-0779 upload`,
description: 'uploaded file for form 21-0779',
trackingPrefix: 'form-21-0779-upload-',
},
{
id: VA_FORM_IDS.FORM_21_509_UPLOAD,
benefit: `form upload flow`,
benefit: `form 21-509 upload`,
title: `form 21-509 upload`,
description: 'uploaded file for form 21-509',
trackingPrefix: 'form-21-509-upload-',
},
{
id: VA_FORM_IDS.FORM_21P_0516_1_UPLOAD,
benefit: `form upload flow`,
benefit: `form 21P-0516-1 upload`,
title: `form 21P-0516-1 upload`,
description: 'uploaded file for form 21P-0516-1',
trackingPrefix: 'form-21p-0516-1-upload-',
},
{
id: VA_FORM_IDS.FORM_21P_0518_1_UPLOAD,
benefit: `form upload flow`,
benefit: `form 21P-0518-1 upload`,
title: `form 21P-0518-1 upload`,
description: 'uploaded file for form 21P-0518-1',
trackingPrefix: 'form-21p-0518-1-upload-',
Expand Down

0 comments on commit 803f2bb

Please sign in to comment.