#11710 change message "go to metaconsole"

This commit is contained in:
Jonathan 2023-08-04 08:40:46 +02:00
parent 9a32c0c700
commit 6c4143db10
1 changed files with 1 additions and 4 deletions

View File

@ -725,10 +725,7 @@ if ($copy_command) {
$is_management_allowed = is_management_allowed();
if ($is_management_allowed === false) {
ui_print_warning_message(
__(
'This node is configured with centralized mode. All alert commands information is read only. Go to %s to manage it.',
$url
)
__('This node is configured with centralized mode. All alert commands information is read only. Go to metaconsole to manage it.')
);
}