From d045d4547e25ea88c4f184e9504dc001ba3f9eb5 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 21 Nov 2017 13:40:19 +0100 Subject: [PATCH] Update 'About' details with application name in version and corrected URLs Requires translation refresh @lippserd --- application/views/scripts/about/index.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/views/scripts/about/index.phtml b/application/views/scripts/about/index.phtml index 80068e628..53c1c652c 100644 --- a/application/views/scripts/about/index.phtml +++ b/application/views/scripts/about/index.phtml @@ -5,7 +5,7 @@ img('img/icinga-logo-big-dark.png', null, array('width' => 320)) ?>
-
translate('Version') ?>
+
translate('Icinga Web 2 Version') ?>
escape($version['appVersion']) ?>
@@ -72,7 +72,7 @@ ) ?> qlink( null, - 'https://www.icinga.com/services/support', + 'https://www.icinga.com/support/', null, array( 'target' => '_blank', @@ -82,7 +82,7 @@ ) ?> qlink( null, - 'https://www.icinga.com/community/get-involved/', + 'https://www.icinga.com/about/get-involved/', null, array( 'target' => '_blank',