diff --git a/pandora_console/godmode/category/category.php b/pandora_console/godmode/category/category.php index 8c42edd944..d05ba5a3ed 100755 --- a/pandora_console/godmode/category/category.php +++ b/pandora_console/godmode/category/category.php @@ -93,7 +93,7 @@ $is_management_allowed = true; if (is_management_allowed() === false) { $is_management_allowed = false; ui_print_warning_message( - __('This node is configured with centralized mode. All profiles information is read only. Go to metaconsole to manage it.') + __('This node is configured with centralized mode. All categories information is read only. Go to metaconsole to manage it.') ); } diff --git a/pandora_console/godmode/setup/os.list.php b/pandora_console/godmode/setup/os.list.php index f39507cdae..e11568a330 100644 --- a/pandora_console/godmode/setup/os.list.php +++ b/pandora_console/godmode/setup/os.list.php @@ -41,7 +41,7 @@ $is_management_allowed = true; if (is_management_allowed() === false) { $is_management_allowed = false; ui_print_warning_message( - __('This node is configured with centralized mode. All profiles information is read only. Go to metaconsole to manage it.') + __('This node is configured with centralized mode. All Os information is read only. Go to metaconsole to manage it.') ); }