Make spelling of Drivers view consistent with other screens

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-02-24 15:55:34 +01:00
parent dd04b8d622
commit 392d1e6dc9
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class DriversForm(Form):
cancel_label = _("Back")
install = BooleanField(_("Install the drivers?"))
install = BooleanField(_("Install the drivers"))
class DriversViewStatus(Enum):
@ -56,7 +56,7 @@ class DriversViewStatus(Enum):
class DriversView(BaseView):
title = _("Third-party drivers.")
title = _("Third-party drivers")
form = None