--- a/checkbox-touch.qml
+++ b/checkbox-touch.qml
@@ -194,8 +194,8 @@ MainView {
         // TRANSLATORS: %1 means program version, %2 repository revision and %3
         // date when the package was built
         // TRANSLATORS: keep the '\n' characters at the end of each line
-        welcomeText: i18n.tr("Welcome to Checkbox Touch\nVersion: %1\n(%2 %3)")
-            .arg(app.applicationVersion).arg(appSettings.revision).arg(appSettings.clickBuildDate)
+        welcomeText: i18n.tr("Welcome to Checkbox\nVersion: %1")
+            .arg(app.applicationVersion)
         onStartTestingTriggered: {
             if (appSettings.testplan != "") {
                 app.rememberTestplan(appSettings.testplan, function() {
