Skip to content

Commit

Permalink
remove previous prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Rudnicki committed Dec 17, 2024
1 parent 47965a8 commit 252a497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function useActivityHistory(processName: string): Range[] {
from: () => from,
to: () => (to ? moment(to) : moment().add(1, "day").startOf("day")),
name: i
? t("calculateCounts.range.prevAction", "Previous {{activity}} #{{i}} {{date}}", {
? t("calculateCounts.range.prevAction", "{{activity}} #{{i}} {{date}}", {
activity: displayableNameOfPredefinedActivityType(current.type),
i: all.length - i,
date: from.format(DATE_FORMAT),
Expand Down

0 comments on commit 252a497

Please sign in to comment.