diff --git a/AppImage/components/virtual-machines.tsx b/AppImage/components/virtual-machines.tsx index 35e0c05..0a701a4 100644 --- a/AppImage/components/virtual-machines.tsx +++ b/AppImage/components/virtual-machines.tsx @@ -368,14 +368,15 @@ export function VirtualMachines() {
{totalAllocatedMemoryGB} GB
- {isMemoryOvercommit ? ( -

- - Overcommit: Excede memoria física ({physicalMemoryGB} GB) -

- ) : ( -

Allocated RAM

+ {isMemoryOvercommit && ( + + + Overcommit + )} +

+ {isMemoryOvercommit ? `Excede memoria física (${physicalMemoryGB} GB)` : "Allocated RAM"} +