Skip to content

Commit

Permalink
feat: correct casing to sentence case for standard categories
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWadeOddball committed Dec 10, 2024
1 parent 0bf91df commit eee1f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/graph/resolvers/mto_category.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type mtoStandardCategory struct {
}

var mtoStandardCategories []mtoStandardCategory = []mtoStandardCategory{
{name: "Participants", subcategories: []string{"Application and Selection", "Participant Support"}},
{name: "Participants", subcategories: []string{"Application and selection", "Participant support"}},
{name: "Operations", subcategories: []string{"Set up operations", "Collect data", "Send data to participants", "Participant and beneficiary tracking", "Benchmarks", "Monitoring", "Internal functions", "Fee-for-service (FFS)"}},
{name: "Payment", subcategories: []string{}},
{name: "Payers", subcategories: []string{}},
Expand Down

0 comments on commit eee1f7d

Please sign in to comment.