diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/bootpage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/bootpage.cc b/ui/qt5/bootpage.cc index ff44455..d6ffe26 100644 --- a/ui/qt5/bootpage.cc +++ b/ui/qt5/bootpage.cc @@ -20,7 +20,7 @@ BootPage::BootPage(QWidget *parent) : HorizonWizardPage(parent) { setTitle(tr("Startup Configuration")); - loadWatermark("intro"); + loadWatermark("software"); QLabel *descLabel = new QLabel(tr( "<p>By default, Adélie Linux will install a bootloader to your hard disk. " |