From 8109253eeb2d90c11e7534e220ca51bc1dbbcde5 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Tue, 6 Apr 2021 04:31:52 -0400 Subject: [PATCH] fix(xo-web/en): grammar fixes (#5713) --- packages/xo-web/src/common/intl/messages.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/xo-web/src/common/intl/messages.js b/packages/xo-web/src/common/intl/messages.js index aa6af65d5..e88de2201 100644 --- a/packages/xo-web/src/common/intl/messages.js +++ b/packages/xo-web/src/common/intl/messages.js @@ -786,7 +786,7 @@ const messages = { srNoVdis: 'No VDIs in this storage', // ----- Pool general ----- poolTitleRamUsage: 'Pool RAM usage:', - poolRamUsage: '{used} used on {total} ({free} free)', + poolRamUsage: '{used} used of {total} ({free} free)', poolMaster: 'Master:', displayAllHosts: 'Display all hosts of this pool', displayAllStorages: 'Display all storages of this pool', @@ -880,7 +880,7 @@ const messages = { 'Are you sure you want to enter maintenance mode? This will migrate all the VMs running on this host to other hosts of the pool.', maintenanceHostModalTitle: 'Maintenance mode', maintenanceHostTooltip: 'Evacuate and disable the host', - memoryHostState: 'RAM: {memoryUsed} used on {memoryTotal} ({memoryFree} free)', + memoryHostState: 'RAM: {memoryUsed} used of {memoryTotal} ({memoryFree} free)', hardwareHostSettingsLabel: 'Hardware', hyperThreading: 'Hyper-threading (SMT)', hyperThreadingNotAvailable: 'HT detection is only available on XCP-ng 7.6 and higher', @@ -1415,11 +1415,11 @@ const messages = { copyHostBiosStrings: 'Copy host BIOS strings to VM', newVmCreateNewVmOn: 'Create a new VM on {select}', newVmCreateNewVmNoPermission: 'You have no permission to create a VM', - newVmInfoPanel: 'Infos', + newVmInfoPanel: 'Info', newVmNameLabel: 'Name', newVmTemplateLabel: 'Template', newVmDescriptionLabel: 'Description', - newVmPerfPanel: 'Performances', + newVmPerfPanel: 'Performance', newVmVcpusLabel: 'vCPUs', newVmRamLabel: 'RAM', newVmRamWarning: 'The memory is below the threshold ({threshold})',