diff --git a/src/design-system/layout/TopBar/TopBar.tsx b/src/design-system/layout/TopBar/TopBar.tsx index 490314c..8ec8272 100644 --- a/src/design-system/layout/TopBar/TopBar.tsx +++ b/src/design-system/layout/TopBar/TopBar.tsx @@ -90,7 +90,7 @@ export function TopBar({ title={globalFilters.autoRefresh ? 'Auto-refresh is on — click to pause' : 'Auto-refresh is paused — click to resume'} > - {globalFilters.autoRefresh ? 'LIVE' : 'PAUSED'} + {globalFilters.autoRefresh ? 'AUTO' : 'MANUAL'}