From 407ce7baa0156ee15ab18dbbd743a1330200ffe6 Mon Sep 17 00:00:00 2001
From: Daniel Cebrian
Date: Tue, 31 Jan 2023 13:33:02 +0100
Subject: [PATCH 1/2] #9003 changed command center name to Merging tool
---
pandora_console/general/node_deactivated.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pandora_console/general/node_deactivated.php b/pandora_console/general/node_deactivated.php
index c88f4f599e..ae0e3b8f24 100644
--- a/pandora_console/general/node_deactivated.php
+++ b/pandora_console/general/node_deactivated.php
@@ -56,7 +56,7 @@ ui_require_css_file('maintenance');
'Please navigate to %s to unify system',
''.__('command center').''
+ ).'" target="_new">'.__('merging tool').''
);
?>
From e465fb67596758b1c039f34a91f3d70c71574688 Mon Sep 17 00:00:00 2001
From: Daniel Cebrian
Date: Wed, 1 Feb 2023 17:35:56 +0100
Subject: [PATCH 2/2] #9003 changed merging tool for command center in warning
---
pandora_console/general/node_deactivated.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pandora_console/general/node_deactivated.php b/pandora_console/general/node_deactivated.php
index ae0e3b8f24..c88f4f599e 100644
--- a/pandora_console/general/node_deactivated.php
+++ b/pandora_console/general/node_deactivated.php
@@ -56,7 +56,7 @@ ui_require_css_file('maintenance');
'Please navigate to %s to unify system',
''.__('merging tool').''
+ ).'" target="_new">'.__('command center').''
);
?>