|
@@ -102,7 +102,7 @@ function timesFun (timesData) {
|
|
|
var timesString = '';
|
|
|
|
|
|
if (dayDiff != 0) {
|
|
|
- timesString = dayDiff + proxy.$t('common.daysAgo');
|
|
|
+ timesString = dayDiff + proxy.$t('common.daysAgo');
|
|
|
} else if (dayDiff == 0 && hours != 0) {
|
|
|
timesString = hours + proxy.$t('common.hoursAgo');
|
|
|
} else if (dayDiff == 0 && hours == 0) {
|