From 8b9b265ba4cd9178b670a7b772f894fb94a9d7ae Mon Sep 17 00:00:00 2001 From: Adam Jetmar Date: Tue, 29 Oct 2024 15:50:56 +0100 Subject: [PATCH] Modify cardLabel for Subscriptions --- pkg/models/filters.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/filters.go b/pkg/models/filters.go index 440059a..7e6e676 100644 --- a/pkg/models/filters.go +++ b/pkg/models/filters.go @@ -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}, }, }, },