diff options
| author | eal <eal@waifu.club> | 2017-08-29 23:15:20 +0300 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2017-08-29 23:15:20 +0300 |
| commit | 43f416297f31b422f14334555472663a39a9426c (patch) | |
| tree | 2b424cb939f805920f20d30d1b744f594180d9b9 | |
| parent | 87b18da8116bcaf8bb2f154847fb9f0fed58789a (diff) | |
Change better specifier for months.
| -rw-r--r-- | static/timeago.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/timeago.json b/static/timeago.json index b6f669c2..073ece16 100644 --- a/static/timeago.json +++ b/static/timeago.json @@ -5,6 +5,6 @@ ["%sh", "%sh"], ["%sd", "%sd"], ["%sw", "%sw"], - ["%sm", "%sm"], + ["%smo", "%smo"], ["%sy", "%sy"] ] |
