From 499b9b149a0e198f7ee286fc9ae7199db882002c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 13 Mar 2015 16:06:19 +0100 Subject: [PATCH] details - notifications: shorter link text --- .../views/scripts/show/components/notifications.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/monitoring/application/views/scripts/show/components/notifications.phtml b/modules/monitoring/application/views/scripts/show/components/notifications.phtml index 1f2ddfe33..6b24d322d 100644 --- a/modules/monitoring/application/views/scripts/show/components/notifications.phtml +++ b/modules/monitoring/application/views/scripts/show/components/notifications.phtml @@ -15,7 +15,7 @@ } ?> qlink( - $this->translate('Send Custom Notification'), + $this->translate('Send notification'), $ackLink, null, array( @@ -26,7 +26,7 @@ . ' object to contacts.' ) ) - ); ?> + ) ?>
state, array(0, 99))) { $this->timeSince($object->last_notification) ); } - echo '- ' . $msg; + echo $msg; } else { echo '(' . $this->translate('No notification has been sent for this issue') @@ -56,4 +56,4 @@ if (! in_array((int) $object->state, array(0, 99))) { } ?> - \ No newline at end of file +