From f0ccb247c754972ee8c63be4b7f44f46634a1feb Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Wed, 8 Oct 2025 20:34:30 -0400 Subject: [PATCH] fix(detectors): Better wording for single check fail / recovery --- .../app/views/detectors/components/details/uptime/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )}