From 80ab64e2b4b680c2f5b575e2953309ab6fc88968 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 10 Apr 2015 10:21:54 +0200 Subject: [PATCH] Fix typos in the notifications view partial for objects --- .../views/scripts/show/components/notifications.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notifications.phtml b/modules/monitoring/application/views/scripts/show/components/notifications.phtml index 6ae229d47..5e8480091 100644 --- a/modules/monitoring/application/views/scripts/show/components/notifications.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notifications.phtml @@ -35,12 +35,12 @@ if (! in_array((int) $object->state, array(0, 99))) { if ($object->current_notification_number > 0) { if ((int) $object->current_notification_number === 1) { $msg = sprintf( - $this->translate('A notication has been sent for this issue %s'), + $this->translate('A notification has been sent for this issue %s'), $this->timeAgo($object->last_notification) ); } else { $msg = sprintf( - $this->translate('%s notications have been sent for this issue'), + $this->translate('%d notifications have been sent for this issue'), $object->current_notification_number ) . '
' . sprintf( $this->translate('The last one occured %s'),