diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-05-01 23:15:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 23:15:09 +0300 |
commit | 164d0b1d0e53c3aa0bd4038e464a150f479bd41a (patch) | |
tree | 00a7e862d38201dffe9863052451f26a587f616e /i18n | |
parent | 27ffa549c10f415973f2b894b176754cbf910af5 (diff) |
v5.0.2 fix #180 by showing date instead of relative time for future dates
report by @untuned
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 2fa284b..114699d 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -158,4 +158,4 @@ - id: weeksAgo translation: " w" - id: yearAgo - translation: " year" + translation: " year"
\ No newline at end of file |