From 613de61e6d0a19bfb4bc8a04476f27f77d249566 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 10 Apr 2015 10:24:15 +0200 Subject: [PATCH] Improve English for "The last one occured %s ago" in the notifications view component for objects fixes #8950 --- .../views/scripts/show/components/notifications.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notifications.phtml b/modules/monitoring/application/views/scripts/show/components/notifications.phtml index 5e8480091..74158daae 100644 --- a/modules/monitoring/application/views/scripts/show/components/notifications.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notifications.phtml @@ -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 ) . '
' . sprintf( - $this->translate('The last one occured %s'), + $this->translate('The last one was sent %s'), $this->timeAgo($object->last_notification) ); }