From 669510c5c2d68984587d634ff57bf134ea6d0fd1 Mon Sep 17 00:00:00 2001 From: bergware Date: Fri, 3 Apr 2020 18:11:39 +0200 Subject: [PATCH] Multi cache pool support --- plugins/dynamix/include/DeviceList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/include/DeviceList.php b/plugins/dynamix/include/DeviceList.php index 9d26336b1..b9a53b626 100644 --- a/plugins/dynamix/include/DeviceList.php +++ b/plugins/dynamix/include/DeviceList.php @@ -246,7 +246,7 @@ function array_online(&$disk) { break; case 'DISK_NP_DSBL': echo "".device_info($disk,true).""; - echo ""._('Not installed').""; + echo ""._('Not installed').""; echo ""; fs_info($disk); break;