[fix][ui][settings] not displaying all available gems

This commit is contained in:
Vinícius Moreira
2020-01-28 15:06:59 -03:00
parent b6ba643d9e
commit e859cfd06d
13 changed files with 20 additions and 9 deletions

View File

@@ -929,7 +929,7 @@ class WebApplicationManager(SoftwareManager):
system_nativefier = form_env.get_component('nativefier').get_selected()
if system_nativefier and not nativefier.is_available():
return False, ['Nativefier seems not to be installed on your system']
return False, [self.i18n['web.settings.env.nativefier.system.not_installed'].format('Nativefier')]
config['environment']['system'] = system_nativefier