Showing
1 changed file
with
1 additions
and
1 deletions
@@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
77 | } | 77 | } |
78 | 78 | ||
79 | let resStr = ''; | 79 | let resStr = ''; |
80 | - let dirStr = isBefore ? t('component.time.after') : t('component.time.before'); | 80 | + let dirStr = isBefore ? t('component.time.before') : t('component.time.after'); |
81 | 81 | ||
82 | if (diff < ONE_SECONDS) { | 82 | if (diff < ONE_SECONDS) { |
83 | resStr = t('component.time.just'); | 83 | resStr = t('component.time.just'); |