Просмотр исходного кода

Update disclaimer to mention UltiMaker

Contributes to CURA-9808
jspijker 2 лет назад
Родитель
Сommit
73ee6d369e
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      resources/qml/WelcomePages/UserAgreementContent.qml

+ 3 - 3
resources/qml/WelcomePages/UserAgreementContent.qml

@@ -36,10 +36,10 @@ Item
             right: parent.right
         }
 
-        text: "<p><b>Disclaimer by Ultimaker</b></p>"
+        text: "<p><b>Disclaimer by UltiMaker</b></p>"
             + "<p>Please read this disclaimer carefully.</p>"
-            + "<p>Except when otherwise stated in writing, Ultimaker provides any Ultimaker software or third party software \"As is\" without warranty of any kind. The entire risk as to the quality and performance of Ultimaker software is with you.</p>"
-            + "<p>Unless required by applicable law or agreed to in writing, in no event will Ultimaker be liable to you for damages, including any general, special, incidental, or consequential damages arising out of the use or inability to use any Ultimaker software or third party software.</p>"
+            + "<p>Except when otherwise stated in writing, UltiMaker provides any UltiMaker software or third party software \"As is\" without warranty of any kind. The entire risk as to the quality and performance of UltiMaker software is with you.</p>"
+            + "<p>Unless required by applicable law or agreed to in writing, in no event will UltiMaker be liable to you for damages, including any general, special, incidental, or consequential damages arising out of the use or inability to use any UltiMaker software or third party software.</p>"
         textFormat: Text.RichText
         wrapMode: Text.WordWrap
         font: UM.Theme.getFont("medium")