mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
commit
b33d8a3d60
@ -157,7 +157,7 @@ class DateTimeFormatter implements \OCP\IDateTimeFormatter {
|
||||
} else if ($dateInterval->y == 1) {
|
||||
return (string) $l->t('last year');
|
||||
}
|
||||
return (string) $l->n('%n year go', '%n years ago', $dateInterval->y);
|
||||
return (string) $l->n('%n year ago', '%n years ago', $dateInterval->y);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user