We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f291876 commit 572735dCopy full SHA for 572735d
static/app/components/group/inboxBadges/statusBadge.tsx
@@ -33,7 +33,7 @@ export function getBadgeProperties(
33
return {
34
tagType: 'error',
35
status: t('Escalating'),
36
- 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.'),
37
};
38
}
39
if (substatus === GroupSubstatus.NEW) {
0 commit comments