chore: rename menu item (#8415)

This commit is contained in:
Pablo Lara
2025-07-31 12:10:07 +02:00
committed by GitHub
parent 178f3850be
commit d1bad9d9ab
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ All notable changes to the **Prowler UI** are documented in this file.
- Lighthouse banner [(#8259)](https://github.com/prowler-cloud/prowler/pull/8259)
- Github provider support [(#8405)](https://github.com/prowler-cloud/prowler/pull/8405)
### 🔄 Changed
- Rename `Memberships` to `Organization` in the sidebar [(#8415)](https://github.com/prowler-cloud/prowler/pull/8415)
___
## [v1.9.3] (Prowler v5.9.3)
+1 -1
View File
@@ -174,7 +174,7 @@ export const getMenuList = (pathname: string): GroupProps[] => {
menus: [
{
href: "",
label: "Memberships",
label: "Organization",
icon: Users,
submenus: [
{ href: "/users", label: "Users", icon: User },