Rename MAAS install options.

This commit is contained in:
Dimitri John Ledkov 2018-04-20 01:56:56 +01:00
parent 7d704f83f0
commit 342bc30373
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ class InstallpathModel(object):
def paths(self):
return [
(_('Install Ubuntu'), 'ubuntu'),
(_('Install MAAS Region Controller'), 'maas_region'),
(_('Install MAAS Rack Controller'), 'maas_rack'),
(_('Install MAAS bare-metal cloud (region)'), 'maas_region'),
(_('Install MAAS bare-metal cloud (rack)'), 'maas_rack'),
]
def update(self, results):