Skip to content

Commit 572735d

Browse files
authored
Typo in escalating message (#103061)
Resolves JAVASCRIPT-34FQ
1 parent f291876 commit 572735d

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 is occurring significantly more often it used to.'),
36+
tooltip: t('This issue is occurring significantly more often than it used to.'),
3737
};
3838
}
3939
if (substatus === GroupSubstatus.NEW) {

0 commit comments

Comments
 (0)