Skip to content

Commit

Permalink
update category label
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Sep 20, 2024
1 parent 1f657ab commit fd07eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
};
Expand Down

0 comments on commit fd07eb5

Please sign in to comment.