From 78ace237ddb5331a02b6cea439deea7ee3e8af50 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 12 Apr 2026 23:48:49 +0200 Subject: [PATCH] Update storage-overview.tsx --- AppImage/components/storage-overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx index 842a2feb..b55c09da 100644 --- a/AppImage/components/storage-overview.tsx +++ b/AppImage/components/storage-overview.tsx @@ -1998,7 +1998,7 @@ ${isNvmeDisk ? ` - ${attributeRows || 'No ${isNvmeDisk ? 'NVMe metrics' : 'SMART attributes'} available'} + ${attributeRows || 'No ' + (isNvmeDisk ? 'NVMe metrics' : 'SMART attributes') + ' available'}