From ec5f9c6f7389158386aa1f296e01625c0a345734 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 22 Mar 2020 13:19:01 +0100 Subject: [PATCH] Multi-language 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 3f21c35ed..428111780 100644 --- a/plugins/dynamix/include/DeviceList.php +++ b/plugins/dynamix/include/DeviceList.php @@ -159,7 +159,7 @@ function fs_info(&$disk) { } echo "".device_browse($disk).""; } else - echo "".vfs_type($disk['fsType'])."{$disk['fsStatus']}"; + echo "".vfs_type($disk['fsType']).""._($disk['fsStatus']); } function my_diskio($data) { return my_scale($data,$unit,1)." $unit/s";