if ($diff < 12) {
            return sprintf($diff > 1 ? '%s months ago' : 'last month', $diff);
        }