fix category, Os, tags, user_edit synch

This commit is contained in:
Daniel Barbero Martin 2021-05-18 11:02:00 +02:00
parent ec6cb4d532
commit 5d70226b13
2 changed files with 2 additions and 2 deletions

View File

@ -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.')
);
}

View File

@ -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.')
);
}