Skip to content

Commit

Permalink
fix(issue-details): Update unresolved activity text (#79839)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggenkemper authored Oct 28, 2024
1 parent 27e1770 commit d0f530e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export default function getGroupActivityItem(
}
return {
title: t('Unresolved'),
message: tct('by [author] as unresolved', {author}),
message: tct('by [author]', {author}),
};
}
case GroupActivityType.SET_IGNORED: {
Expand Down

0 comments on commit d0f530e

Please sign in to comment.