diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx
index f2321e4b..5ed9e4ab 100644
--- a/AppImage/components/storage-overview.tsx
+++ b/AppImage/components/storage-overview.tsx
@@ -1763,8 +1763,8 @@ function openSmartReport(disk: DiskInfo, testStatus: SmartTestStatus, smartAttri
-
-
3. SMART Attributes (\${smartAttributes.length} total\${hasCritical ? \`, \${criticalAttrs.length} warning(s)\` : ''})
+
+
3. SMART Attributes (${smartAttributes.length} total${hasCritical ? `, ${criticalAttrs.length} warning(s)` : ''})
@@ -1778,11 +1778,10 @@ function openSmartReport(disk: DiskInfo, testStatus: SmartTestStatus, smartAttri
- \${attributeRows || '| No SMART attributes available |
'}
-
+ ${attributeRows || '| No SMART attributes available |
'}
+
-
-
+