aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-09-03 19:00:42 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-09-03 19:00:42 -0400
commit00f8857876170444dcb32c395e9a16f0a9465b95 (patch)
tree608237a0b50d450af8b93a6861454597ca407cd9
parentb35acf46284f9d26de82ed129652a223106b72b0 (diff)
parent43f416297f31b422f14334555472663a39a9426c (diff)
Merge branch 'fix/timeago-months' into 'develop'
Better specifier for months See merge request !112
-rw-r--r--static/timeago.json2
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"]
]