diff --git a/src/discussions/common/time-locale.js b/src/discussions/common/time-locale.js index cea761c8..19ae9935 100644 --- a/src/discussions/common/time-locale.js +++ b/src/discussions/common/time-locale.js @@ -11,8 +11,8 @@ export default function timeLocale(number, index, totalSec) { ['%sd', 'in %s days'], ['1w', 'in 1 week'], ['%sw', 'in %s weeks'], - ['1m', 'in 1 month'], - ['%sm', 'in %s months'], + ['4w', 'in 1 month'], + [`${number * 4}w`, 'in %s months'], ['1y', 'in 1 year'], ['%sy', 'in %s years'], ][index];