diff --git a/src/lib_gui/qt/window/QtStartScreen.cpp b/src/lib_gui/qt/window/QtStartScreen.cpp
index 22ccdfab..480f9b8c 100644
--- a/src/lib_gui/qt/window/QtStartScreen.cpp
+++ b/src/lib_gui/qt/window/QtStartScreen.cpp
@@ -159,8 +159,9 @@ void QtStartScreen::setupStartScreen(bool unlocked)
col->addSpacing(4);
QLabel* welcomeLabel = new QLabel(
- "Welcome to the Coati trial!
"
- "Explore our preindexed projects to experience Coati's unique user interface.
"
+ "Welcome to the Coati Trial!
"
+ "Explore our preindexed projects to experience Coati's unique user interface. "
+ "More projects are available for download here.
"
"If you want to use Coati on your own source code please "
"purchase a license, "
"or ask us for a temporary test license by writing to support@coati.io.", this);