missing messages
This commit is contained in:
parent
1d66993d84
commit
4d2f9fb4c9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue