Skip to content

Commit 741459f

Browse files
Merge pull request #4357 from Countly/ratings/timeFormat
[SER-687] changes in time format for ratings
2 parents 6f016b9 + 2386a28 commit 741459f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/star-rating/frontend/public/javascripts/countly.views.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
computed: {
176176
preparedRows: function() {
177177
return this.comments.map(function(comment) {
178-
comment.cd = countlyCommon.formatTimeAgo(comment.cd);
178+
comment.cd = countlyCommon.formatTimeAgoText(comment.cd).tooltip;
179179
comment.time = moment.unix(comment.ts).format("DD MMMM YYYY HH:MM:SS");
180180
return comment;
181181
});

0 commit comments

Comments
 (0)