From cdeb0b34fc2932c512c1239e5135ef54ad8bd5f8 Mon Sep 17 00:00:00 2001 From: Sergio Betanzos Date: Thu, 30 Jun 2022 16:48:24 +0200 Subject: [PATCH] M #~: Minor fix to translates (#2208) --- src/fireedge/src/client/constants/translates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fireedge/src/client/constants/translates.js b/src/fireedge/src/client/constants/translates.js index 7fd13ca96a..0a5b3e061c 100644 --- a/src/fireedge/src/client/constants/translates.js +++ b/src/fireedge/src/client/constants/translates.js @@ -573,7 +573,7 @@ module.exports = { MemoryModification: 'Memory modification', AllowUsersToModifyMemory: "Allow users to modify this template's default memory on instantiate", - MemoryConcept: 'Amount of RAM required for the VM', + MemoryConcept: 'Amount of RAM required for the VM, in Megabytes', CpuConcept: ` Percentage of CPU divided by 100 required for the Virtual Machine. Half a processor is written 0.5`,