fix(intl/messages): xenToolsStatusValue description

This commit is contained in:
Julien Fontanet
2016-06-23 15:25:12 +02:00
parent b9beda3484
commit 4429bed1cf

View File

@@ -480,8 +480,10 @@ var messages = {
defaultCpuWeight: 'Default',
pvArgsLabel: 'PV args',
xenToolsStatus: 'Xen tools status',
xenToolsStatusValue: '{status}',
description: 'status can be `not-installed`, `unknown`, `out-of-date` & `up-to-date`',
xenToolsStatusValue: {
defaultMessage: '{status}',
description: 'status can be `not-installed`, `unknown`, `out-of-date` & `up-to-date`'
},
osName: 'OS name',
osKernel: 'OS kernel',
autoPowerOn: 'Auto power on',