Skip to content

Commit

Permalink
[Issue #2886] update non profit eligibility labels (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-s-nava authored Dec 2, 2024
1 parent b0b6cf4 commit a6f012e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ export const eligibilityOptions: FilterOption[] = [
},
{
id: "eligibility-nonprofits_non_higher_education_with_501c3",
label: "Nonprofits Non Higher Education with 501c3",
label:
"Nonprofits without 501(c)(3), other than institutions of higher education",
value: "nonprofits_non_higher_education_with_501c3",
},
{
id: "eligibility-nonprofits_non_higher_education_without_501c3",
label:
"Nonprofits having a 501(c)(3) status with the IRS, other than institutions of higher education",
"Nonprofits with 501(c)(3), other than institutions of higher education",
value: "nonprofits_non_higher_education_without_501c3",
},
{
Expand Down

0 comments on commit a6f012e

Please sign in to comment.