···1diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp
2-index 6c5f9ad16..24d75e07b 100644
3--- a/src/modules/finished/FinishedPage.cpp
4+++ b/src/modules/finished/FinishedPage.cpp
5-@@ -71,7 +71,10 @@ FinishedPage::retranslate()
6 {
7 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
8 "%1 has been set up on your computer.<br/>"
9-- "You may now start using your new system." )
10+ "You may now start using your new system.<br/>"
11+ "You can change every setting later except the bootloader.<br/>"
12+ "Check the <a href=\"https://nixos.org/manual/nixos/stable/\">manual</a> for instructions on how to install software, upgrade the system or enable services.<br/>"
13-+ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>")
14 .arg( branding->versionedName() ) );
15 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
16 "<p>When this box is checked, your system will "
17-@@ -84,7 +87,10 @@ FinishedPage::retranslate()
18 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
19 "%1 has been installed on your computer.<br/>"
20 "You may now restart into your new system, or continue "
21-- "using the %2 Live environment." )
22+ "using the %2 Live environment.<br/>"
23+ "You can change every setting later except the bootloader.<br/>"
24+ "Check the <a href=\"https://nixos.org/manual/nixos/stable/\">manual</a> for instructions on how to install software, upgrade the system or enable services.<br/>"
25-+ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>")
26 .arg( branding->versionedName(), branding->productName() ) );
27 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
28 "<p>When this box is checked, your system will "
29diff --git a/src/modules/packagechooser/PackageChooserPage.cpp b/src/modules/packagechooser/PackageChooserPage.cpp
30-index 721329c1b..164b9945e 100644
31--- a/src/modules/packagechooser/PackageChooserPage.cpp
32+++ b/src/modules/packagechooser/PackageChooserPage.cpp
33@@ -52,6 +52,7 @@ PackageChooserPage::currentChanged( const QModelIndex& index )
···39 ui->productDescription->setText( m_introduction.description.get() );
40 }
41diff --git a/src/modules/packagechooser/page_package.ui b/src/modules/packagechooser/page_package.ui
42-index d021b08b3..fecfa3060 100644
43--- a/src/modules/packagechooser/page_package.ui
44+++ b/src/modules/packagechooser/page_package.ui
45-@@ -38,19 +38,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
046 </item>
47 <item>
48- <layout class="QVBoxLayout" name="verticalLayout" stretch="1,30,1">
49-+ <layout class="QVBoxLayout" name="verticalLayout" stretch="30,1,1">
50- <item>
51- <widget class="QLabel" name="productName">
52- <property name="sizePolicy">
···60- </property>
61- </widget>
62- </item>
063 <item>
64 <widget class="FixedAspectRatioLabel" name="productScreenshot">
65 <property name="sizePolicy">
···1diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp
2+index 23cb194c4..8714937f6 100644
3--- a/src/modules/finished/FinishedPage.cpp
4+++ b/src/modules/finished/FinishedPage.cpp
5+@@ -74,7 +74,10 @@ FinishedPage::retranslate()
6 {
7 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
8 "%1 has been set up on your computer.<br/>"
9+- "You may now start using your new system.", "@info" )
10+ "You may now start using your new system.<br/>"
11+ "You can change every setting later except the bootloader.<br/>"
12+ "Check the <a href=\"https://nixos.org/manual/nixos/stable/\">manual</a> for instructions on how to install software, upgrade the system or enable services.<br/>"
13++ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>", "@info" )
14 .arg( branding->versionedName() ) );
15 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
16 "<p>When this box is checked, your system will "
17+@@ -87,7 +90,10 @@ FinishedPage::retranslate()
18 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
19 "%1 has been installed on your computer.<br/>"
20 "You may now restart into your new system, or continue "
21+- "using the %2 Live environment.", "@info" )
22+ "using the %2 Live environment.<br/>"
23+ "You can change every setting later except the bootloader.<br/>"
24+ "Check the <a href=\"https://nixos.org/manual/nixos/stable/\">manual</a> for instructions on how to install software, upgrade the system or enable services.<br/>"
25++ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>", "@info" )
26 .arg( branding->versionedName(), branding->productName() ) );
27 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
28 "<p>When this box is checked, your system will "
29diff --git a/src/modules/packagechooser/PackageChooserPage.cpp b/src/modules/packagechooser/PackageChooserPage.cpp
30+index 44a570d2f..4dc931bf3 100644
31--- a/src/modules/packagechooser/PackageChooserPage.cpp
32+++ b/src/modules/packagechooser/PackageChooserPage.cpp
33@@ -52,6 +52,7 @@ PackageChooserPage::currentChanged( const QModelIndex& index )
···39 ui->productDescription->setText( m_introduction.description.get() );
40 }
41diff --git a/src/modules/packagechooser/page_package.ui b/src/modules/packagechooser/page_package.ui
42+index 2ab5b7f13..bed462069 100644
43--- a/src/modules/packagechooser/page_package.ui
44+++ b/src/modules/packagechooser/page_package.ui
45+@@ -37,20 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
46+ </widget>
47 </item>
48 <item>
49- <layout class="QVBoxLayout" name="verticalLayout" stretch="1,30,1">
050- <item>
51- <widget class="QLabel" name="productName">
52- <property name="sizePolicy">
···60- </property>
61- </widget>
62- </item>
63++ <layout class="QVBoxLayout" name="verticalLayout" stretch="30,1,1">
64 <item>
65 <widget class="FixedAspectRatioLabel" name="productScreenshot">
66 <property name="sizePolicy">