diff --git a/frontend-modern/src/components/Settings/ReportingPanel.tsx b/frontend-modern/src/components/Settings/ReportingPanel.tsx
index b486e98de..ae22c48cf 100644
--- a/frontend-modern/src/components/Settings/ReportingPanel.tsx
+++ b/frontend-modern/src/components/Settings/ReportingPanel.tsx
@@ -216,7 +216,7 @@ export function ReportingPanel() {
Reports are generated directly from the historical metrics store. PDF reports provide a summarized view with average, minimum, and maximum values, while CSV exports provide raw granular data for external analysis in tools like Excel or BI suites.
diff --git a/frontend-modern/src/components/Settings/SecurityOverviewPanel.tsx b/frontend-modern/src/components/Settings/SecurityOverviewPanel.tsx index cd59bc878..f89088cbc 100644 --- a/frontend-modern/src/components/Settings/SecurityOverviewPanel.tsx +++ b/frontend-modern/src/components/Settings/SecurityOverviewPanel.tsx @@ -145,7 +145,7 @@ export const SecurityOverviewPanel: Component