Sets the help colors to gray

Per Design's recommendation:
See https://github.com/canonical/ubuntu-desktop-installer/issues/1073#issuecomment-1224493840
This commit is contained in:
Carlos Nihelton 2022-08-24 09:07:30 -03:00
parent 1fab813d8a
commit 912b9dd416
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ CAPTION = _("Install packages for better {lang} language support")
class WSLSetupOptionsForm(Form):
install_language_support_packages = \
BooleanField("",
help=_("Not recommended for slow internet connections."))
help=('info_minor',
_("Not recommended for slow internet connections."))
)
class WSLSetupOptionsView(BaseView):