diff --git a/static/app/views/automations/components/automationListTable/actions.tsx b/static/app/views/automations/components/automationListTable/actions.tsx index 8813736a839337..2ba538aa4c38d9 100644 --- a/static/app/views/automations/components/automationListTable/actions.tsx +++ b/static/app/views/automations/components/automationListTable/actions.tsx @@ -190,7 +190,7 @@ export function AutomationsTableActions({ {pageSelected && !allResultsVisible && ( - + {allInQuerySelected ? ( tct('Selected all [count] alerts that match this search query.', { diff --git a/static/app/views/detectors/components/detectorListTable/actions.tsx b/static/app/views/detectors/components/detectorListTable/actions.tsx index 1717d4be6a04eb..c76c3f06c3fe86 100644 --- a/static/app/views/detectors/components/detectorListTable/actions.tsx +++ b/static/app/views/detectors/components/detectorListTable/actions.tsx @@ -214,7 +214,7 @@ export function DetectorsTableActions({ {pageSelected && !allResultsVisible && ( - + {allInQuerySelected ? ( tct('Selected all [count] monitors that match this search query.', {