firstboot: welcome message
This commit is contained in:
parent
c9c4d2d66e
commit
8962a846bd
@ -33,7 +33,7 @@ class moduleClass(Module):
|
|||||||
Module.__init__(self)
|
Module.__init__(self)
|
||||||
self.priority = 1
|
self.priority = 1
|
||||||
self.sidebarTitle = N_("Welcome")
|
self.sidebarTitle = N_("Welcome")
|
||||||
self.title = N_("Welcome")
|
self.title = N_("Welcome to Qubes R1")
|
||||||
self.icon = "workstation.png"
|
self.icon = "workstation.png"
|
||||||
|
|
||||||
def apply(self, interface, testing=False):
|
def apply(self, interface, testing=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user