From 4d2f9fb4c952647c498d47e32a1e636475d3a0bc Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Fri, 25 Jun 2021 12:54:14 +0200 Subject: [PATCH] missing messages --- pandora_console/godmode/servers/plugin_registration.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/servers/plugin_registration.php b/pandora_console/godmode/servers/plugin_registration.php index 8d70afee05..f29364bbc4 100644 --- a/pandora_console/godmode/servers/plugin_registration.php +++ b/pandora_console/godmode/servers/plugin_registration.php @@ -73,8 +73,10 @@ if (is_metaconsole() === true) { if ($management_allowed === false) { ui_print_warning_message( __( - 'This console is not manager of this environment, - please manage this feature from centralized manager console (Metaconsole).' + 'This console is not manager of this environment, please manage this feature from feature from %s.', + ''.__('metaconsole').'' ) ); return;