From e410f5cd24a41e629dccb633b2b397561e8a93ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Sep 2024 14:38:27 +0000 Subject: [PATCH] update category label (#2121) Signed-off-by: Hailong Cui (cherry picked from commit d95f1665839db04d4c87b651202af87b1a3543dc) Signed-off-by: github-actions[bot] --- public/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/plugin.ts b/public/plugin.ts index d5280574..7e599cbf 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -92,7 +92,7 @@ const APP_LIST_FOR_READONLY_ROLE = [APP_ID_HOME, APP_ID_DASHBOARDS, APP_ID_OPENS const dataAccessUsersCategory: AppCategory & { group?: AppCategory } = { id: 'dataAccessAndUsers', - label: 'Data Access and Users', + label: 'Data access and users', order: 9000, euiIconType: 'managementApp', };