···11diff --git a/src/modules/finished/FinishedPage.cpp b/src/modules/finished/FinishedPage.cpp
22-index 6c5f9ad16..24d75e07b 100644
22+index 23cb194c4..8714937f6 100644
33--- a/src/modules/finished/FinishedPage.cpp
44+++ b/src/modules/finished/FinishedPage.cpp
55-@@ -71,7 +71,10 @@ FinishedPage::retranslate()
55+@@ -74,7 +74,10 @@ FinishedPage::retranslate()
66 {
77 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
88 "%1 has been set up on your computer.<br/>"
99-- "You may now start using your new system." )
99+- "You may now start using your new system.", "@info" )
1010+ "You may now start using your new system.<br/>"
1111+ "You can change every setting later except the bootloader.<br/>"
1212+ "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/>"
1313-+ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>")
1313++ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>", "@info" )
1414 .arg( branding->versionedName() ) );
1515 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
1616 "<p>When this box is checked, your system will "
1717-@@ -84,7 +87,10 @@ FinishedPage::retranslate()
1717+@@ -87,7 +90,10 @@ FinishedPage::retranslate()
1818 ui->mainText->setText( tr( "<h1>All done.</h1><br/>"
1919 "%1 has been installed on your computer.<br/>"
2020 "You may now restart into your new system, or continue "
2121-- "using the %2 Live environment." )
2121+- "using the %2 Live environment.", "@info" )
2222+ "using the %2 Live environment.<br/>"
2323+ "You can change every setting later except the bootloader.<br/>"
2424+ "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/>"
2525-+ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>")
2525++ "You can find ways to get in touch with the <a href=\"https://nixos.org/community/\">community on the website!</a>", "@info" )
2626 .arg( branding->versionedName(), branding->productName() ) );
2727 ui->restartCheckBox->setToolTip( tr( "<html><head/><body>"
2828 "<p>When this box is checked, your system will "
2929diff --git a/src/modules/packagechooser/PackageChooserPage.cpp b/src/modules/packagechooser/PackageChooserPage.cpp
3030-index 721329c1b..164b9945e 100644
3030+index 44a570d2f..4dc931bf3 100644
3131--- a/src/modules/packagechooser/PackageChooserPage.cpp
3232+++ b/src/modules/packagechooser/PackageChooserPage.cpp
3333@@ -52,6 +52,7 @@ PackageChooserPage::currentChanged( const QModelIndex& index )
···3939 ui->productDescription->setText( m_introduction.description.get() );
4040 }
4141diff --git a/src/modules/packagechooser/page_package.ui b/src/modules/packagechooser/page_package.ui
4242-index d021b08b3..fecfa3060 100644
4242+index 2ab5b7f13..bed462069 100644
4343--- a/src/modules/packagechooser/page_package.ui
4444+++ b/src/modules/packagechooser/page_package.ui
4545-@@ -38,19 +38,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
4545+@@ -37,20 +37,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
4646+ </widget>
4647 </item>
4748 <item>
4849- <layout class="QVBoxLayout" name="verticalLayout" stretch="1,30,1">
4949-+ <layout class="QVBoxLayout" name="verticalLayout" stretch="30,1,1">
5050- <item>
5151- <widget class="QLabel" name="productName">
5252- <property name="sizePolicy">
···6060- </property>
6161- </widget>
6262- </item>
6363++ <layout class="QVBoxLayout" name="verticalLayout" stretch="30,1,1">
6364 <item>
6465 <widget class="FixedAspectRatioLabel" name="productScreenshot">
6566 <property name="sizePolicy">