mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-09-11 13:22:12 +00:00
change 0 seconds to the now text
This commit is contained in:
parent
0cb718fd36
commit
823a6a4616
@ -18,7 +18,7 @@ class Format {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($timeDiff < 1) {
|
if ($timeDiff < 1) {
|
||||||
return _('0 seconds');
|
return _('now');
|
||||||
}
|
}
|
||||||
|
|
||||||
$a = [365 * 24 * 60 * 60 => [_('year'), _('years'), _('years')],
|
$a = [365 * 24 * 60 * 60 => [_('year'), _('years'), _('years')],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user