From d0651e9e7fa8daac37e239bca7134ea5ae790011 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Thu, 13 Nov 2014 14:04:23 +0100 Subject: [PATCH] Rename 'service current state' to 'service detail information' header --- modules/monitoring/application/views/scripts/service/show.phtml | 2 +- modules/monitoring/application/views/scripts/show/service.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/monitoring/application/views/scripts/service/show.phtml b/modules/monitoring/application/views/scripts/service/show.phtml index 5d0fd22c1..a5c95fd61 100644 --- a/modules/monitoring/application/views/scripts/service/show.phtml +++ b/modules/monitoring/application/views/scripts/service/show.phtml @@ -1,6 +1,6 @@
render('show/components/header.phtml') ?> -

translate("This service's current state") ?>

+

translate("Service detail information") ?>

render('show/components/output.phtml') ?> diff --git a/modules/monitoring/application/views/scripts/show/service.phtml b/modules/monitoring/application/views/scripts/show/service.phtml index f3cb1630c..126d60cb7 100644 --- a/modules/monitoring/application/views/scripts/show/service.phtml +++ b/modules/monitoring/application/views/scripts/show/service.phtml @@ -1,7 +1,7 @@ host_name !== false): ?>
render('show/components/header.phtml') ?> -

translate("This service's current state") ?>

+

translate("Service detail information") ?>

render('show/components/output.phtml') ?>