note length of time

这个提交包含在:
AJ ONeal 2018-11-04 08:28:51 +00:00
父节点 5dfe25ed95
当前提交 60f85144a9
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -39,7 +39,7 @@ exports.AGO = function timeago(ms) {
return part + " months ago";
}
if (ago < 315360000) {
if (ago < 315360000) { // 10 years
return "more than year ago";
}