mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
Update text
This commit is contained in:
@@ -167,7 +167,7 @@ if ($found && $mac_list[$mac]['enable'] == "enable") {
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
if ($mac_list[$mac]['enable'] == "disable") echo _("Not Found "). " ". $mac . " " . _(" set to disabled");
|
||||
if ($mac_list[$mac]['enable'] == "disable") echo $mac . " " . _(" has not been actioned as set to disabled");
|
||||
else echo _("Not Found ")." ". $mac . " "._(" ignoring or Maybe actions disabled for type(Docker/VM/LXC)");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user