diff --git a/launchers/qt/resources/qml/HFBase/Error.qml b/launchers/qt/resources/qml/HFBase/Error.qml
index 5f93931ced..8e45c6accb 100644
--- a/launchers/qt/resources/qml/HFBase/Error.qml
+++ b/launchers/qt/resources/qml/HFBase/Error.qml
@@ -45,7 +45,7 @@ Item {
     HFTextRegular {
         id: description
 
-        text: "We seem to have a problem.\n          Please restart."
+        text: "We seem to have a problem."
 
         anchors {
             top: header.bottom
@@ -54,6 +54,16 @@ Item {
         }
     }
 
+    HFTextRegular {
+        text: "Please restart."
+
+        anchors {
+            top: description.bottom
+            topMargin: 1
+            horizontalCenter: header.horizontalCenter
+        }
+    }
+
 
     HFButton {
         id: button