diff --git a/components/Layout.tsx b/components/Layout.tsx
index c8d47ee..0188a91 100644
--- a/components/Layout.tsx
+++ b/components/Layout.tsx
@@ -296,7 +296,7 @@ export const Layout: React.FC = () => {
- Famiglie
+ {isPrivileged ? 'Famiglie' : 'La mia famiglia'}
{/* Condo Financials - Admin/PowerUser or Enabled User */}
@@ -328,7 +328,7 @@ export const Layout: React.FC = () => {
{isPrivileged && settings?.features.reports && (
- Reportistica
+ Bilancio
)}