From d1bad9d9ab2f74fac85ca1aab7dbf24dabd373e9 Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Thu, 31 Jul 2025 12:10:07 +0200 Subject: [PATCH] chore: rename menu item (#8415) --- ui/CHANGELOG.md | 4 ++++ ui/lib/menu-list.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md index 2c38816729..e86690f7f7 100644 --- a/ui/CHANGELOG.md +++ b/ui/CHANGELOG.md @@ -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) diff --git a/ui/lib/menu-list.ts b/ui/lib/menu-list.ts index 190d1af81e..378386e7e0 100644 --- a/ui/lib/menu-list.ts +++ b/ui/lib/menu-list.ts @@ -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 },