chore(intl): homeTypeTemplate → homeTypeVmTemplate

This commit is contained in:
Julien Fontanet
2016-10-03 09:09:40 +02:00
parent 240282c72d
commit d1715f7711
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ var messages = {
homeTypeHost: 'Host',
homeTypeVm: 'VM',
homeTypeSr: 'SR',
homeTypeTemplate: 'Template',
homeTypeVmTemplate: 'Template',
homeSort: 'Sort',
homeAllPools: 'Pools',
homeAllHosts: 'Hosts',

View File

@@ -161,7 +161,7 @@ const OPTIONS = {
const TYPES = {
VM: _('homeTypeVm'),
'VM-template': _('homeTypeTemplate'),
'VM-template': _('homeTypeVmTemplate'),
host: _('homeTypeHost'),
pool: _('homeTypePool')
}