Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -77,7 +77,7 @@ |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 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 | 82 | if (diff < ONE_SECONDS) { |
| 83 | 83 | resStr = t('component.time.just'); | ... | ... |