Skip to content

Commit d590727

Browse files
authored
fix(escalating): Update archive tooltip (#51671)
fixes #51613
1 parent 56de806 commit d590727

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

static/app/components/actions/resolve.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,9 @@ function ResolveActions({
239239
<ResolveButton
240240
priority={priority}
241241
size={size}
242-
title={t("We'll nag you with a notification if another event is seen.")}
242+
title={t(
243+
'We’ll nag you with a notification if the issue gets worse. All archived issues can be found in the Archived tab.'
244+
)}
243245
tooltipProps={{delay: 1000, disabled}}
244246
onClick={() =>
245247
openConfirmModal({

0 commit comments

Comments
 (0)