diff --git a/iridium_installer/ui/pages/welcome.py b/iridium_installer/ui/pages/welcome.py index 2b61955..9ee888c 100644 --- a/iridium_installer/ui/pages/welcome.py +++ b/iridium_installer/ui/pages/welcome.py @@ -11,7 +11,7 @@ class WelcomePage(Adw.Bin): page = Adw.StatusPage() page.set_title("Welcome to Iridium OS") - page.set_description("The future of computing is here. Let's get you set up.") + page.set_description("The installation will begin shortly") page.set_icon_name("system-software-install-symbolic") # Content Box