diff --git a/static/app/views/detectors/components/details/uptime/index.tsx b/static/app/views/detectors/components/details/uptime/index.tsx index e4b7e41885a5c1..2ea5869ca38729 100644 --- a/static/app/views/detectors/components/details/uptime/index.tsx +++ b/static/app/views/detectors/components/details/uptime/index.tsx @@ -60,14 +60,14 @@ export function UptimeDetectorDetails({detector, project}: UptimeDetectorDetails
{tn( - '%s consecutive failed check.', + '%s failed check.', '%s consecutive failed checks.', detector.config.downtimeThreshold )}
{tn( - '%s consecutive successful check.', + '%s successful check.', '%s consecutive successful checks.', detector.config.recoveryThreshold )}