From bf3e1542fd611104ef6c80bb0108624b848afc86 Mon Sep 17 00:00:00 2001 From: Hector Dearman Date: Mon, 10 Nov 2025 14:39:33 +0000 Subject: [PATCH] Typo in escalating message Resolves JAVASCRIPT-34FQ --- static/app/components/group/inboxBadges/statusBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/components/group/inboxBadges/statusBadge.tsx b/static/app/components/group/inboxBadges/statusBadge.tsx index bd7ab17a418b34..9d7ad781cb1a26 100644 --- a/static/app/components/group/inboxBadges/statusBadge.tsx +++ b/static/app/components/group/inboxBadges/statusBadge.tsx @@ -33,7 +33,7 @@ export function getBadgeProperties( return { tagType: 'error', status: t('Escalating'), - tooltip: t('This issue is occurring significantly more often it used to.'), + tooltip: t('This issue is occurring significantly more often than it used to.'), }; } if (substatus === GroupSubstatus.NEW) {