Browse Source

change 0 seconds to the now text

main
ghost 3 years ago
parent
commit
823a6a4616
  1. 2
      src/system/helper/format.php

2
src/system/helper/format.php

@ -18,7 +18,7 @@ class Format { @@ -18,7 +18,7 @@ class Format {
}
if ($timeDiff < 1) {
return _('0 seconds');
return _('now');
}
$a = [365 * 24 * 60 * 60 => [_('year'), _('years'), _('years')],

Loading…
Cancel
Save