Skip to content

Commit

Permalink
Modify cardLabel for Subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
JetyAdam committed Oct 29, 2024
1 parent dd95613 commit 8b9b265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
Data: []FilterItem{
{Id: "iam", CardLabel: "IAM", FilterLabel: "IAM (Identity and Access Management)", Icon: RedHatIcon},
{Id: "settings", CardLabel: "Settings", FilterLabel: "Settings", Icon: RedHatIcon},
{Id: "subscriptions-services", CardLabel: "Subscriptions services", FilterLabel: "Subscriptions services", Icon: RedHatIcon},
{Id: "subscriptions-services", CardLabel: "Subscriptions", FilterLabel: "Subscriptions services", Icon: RedHatIcon},
},
},
},
Expand Down

0 comments on commit 8b9b265

Please sign in to comment.