Skip to content

Commit

Permalink
fix(issue-details): Fix casing in activity sidebar (#79722)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggenkemper authored Oct 24, 2024
1 parent 3754a8d commit 0fd683f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ export default function getGroupActivityItem(
}
case GroupActivityType.AUTO_SET_ONGOING: {
return {
title: t('Marked As Ongoing'),
title: t('Marked as Ongoing'),
message: activity.data?.afterDays
? tct('automatically by [author] after [afterDays] days', {
author,
Expand Down

0 comments on commit 0fd683f

Please sign in to comment.