diff options
Diffstat (limited to 'resources/lib/moment/locale/tzl.js')
-rw-r--r-- | resources/lib/moment/locale/tzl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/lib/moment/locale/tzl.js b/resources/lib/moment/locale/tzl.js index 5eb1c067ee6e..43ad139ebf09 100644 --- a/resources/lib/moment/locale/tzl.js +++ b/resources/lib/moment/locale/tzl.js @@ -91,8 +91,8 @@ return isFuture ? format[key][0] : withoutSuffix - ? format[key][0] - : format[key][1]; + ? format[key][0] + : format[key][1]; } return tzl; |