Skip to content

Commit 5495fff

Browse files
committed
update copy for escalating
1 parent 371c105 commit 5495fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/group/inboxBadges/statusBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function getBadgeProperties(
3333
return {
3434
tagType: 'error',
3535
status: t('Escalating'),
36-
tooltip: t('This issue has exceeded its forecasted event volume.'),
36+
tooltip: t('This issue is occurring significantly more often it used to.'),
3737
};
3838
}
3939
if (substatus === GroupSubstatus.NEW) {

0 commit comments

Comments
 (0)