mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
chore: rename menu item (#8415)
This commit is contained in:
@@ -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
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user