Skip to content

Commit

Permalink
update the tooltip label
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyenne committed Oct 23, 2024
1 parent d206806 commit b48f59b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export default {
return this.activityTypeExtension && this.activityTypeExtension.getActivityViews;
},
activityViewsTooltip() {
return this.activityViews?.tooltip && this.$t(this.activityViews.tooltip);
return this.activityViews?.tooltip && this.$t(this.activityViews.tooltip, {0: this.activityViews?.originalViewsCount});
},
activityViewsCount() {
return this.activityViews?.viewsCount;
Expand Down

0 comments on commit b48f59b

Please sign in to comment.