Improve English for "The last one occured %s ago" in the notifications view component for objects

fixes #8950
This commit is contained in:
Eric Lippmann 2015-04-10 10:24:15 +02:00
parent 80ab64e2b4
commit 613de61e6d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if (! in_array((int) $object->state, array(0, 99))) {
$this->translate('%d notifications have been sent for this issue'),
$object->current_notification_number
) . '<br />' . sprintf(
$this->translate('The last one occured %s'),
$this->translate('The last one was sent %s'),
$this->timeAgo($object->last_notification)
);
}