From 43f416297f31b422f14334555472663a39a9426c Mon Sep 17 00:00:00 2001
From: eal <eal@waifu.club>
Date: Tue, 29 Aug 2017 23:15:20 +0300
Subject: [PATCH] Change better specifier for months.

---
 static/timeago.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"]
 ]