mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix category, Os, tags, user_edit synch
This commit is contained in:
parent
ec6cb4d532
commit
5d70226b13
@ -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.')
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -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.')
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user