missing messages

This commit is contained in:
fbsanchez 2021-06-25 12:54:14 +02:00
parent 1d66993d84
commit 4d2f9fb4c9
1 changed files with 4 additions and 2 deletions

View File

@ -73,8 +73,10 @@ if (is_metaconsole() === true) {
if ($management_allowed === false) { if ($management_allowed === false) {
ui_print_warning_message( ui_print_warning_message(
__( __(
'This console is not manager of this environment, 'This console is not manager of this environment, please manage this feature from feature from %s.',
please manage this feature from centralized manager console (Metaconsole).' '<a target="_blank" href="'.ui_get_meta_url(
'index.php?sec=advanced&sec2=godmode/servers/plugin_registration&tab=plugin_registration&pure=0'
).'">'.__('metaconsole').'</a>'
) )
); );
return; return;