From 229671d65eb76294dd9af18fad78f85ebd30f989 Mon Sep 17 00:00:00 2001 From: frakarr Date: Thu, 11 Dec 2025 23:22:08 +0100 Subject: [PATCH] Update Layout.tsx --- components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )}