From 73ee6d369eb511e591281c8b58c967360c9a3738 Mon Sep 17 00:00:00 2001 From: jspijker Date: Mon, 28 Nov 2022 13:26:52 +0100 Subject: [PATCH] Update disclaimer to mention UltiMaker Contributes to CURA-9808 --- resources/qml/WelcomePages/UserAgreementContent.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/qml/WelcomePages/UserAgreementContent.qml b/resources/qml/WelcomePages/UserAgreementContent.qml index dcff613efb..68fb64e61e 100644 --- a/resources/qml/WelcomePages/UserAgreementContent.qml +++ b/resources/qml/WelcomePages/UserAgreementContent.qml @@ -36,10 +36,10 @@ Item right: parent.right } - text: "

Disclaimer by Ultimaker

" + text: "

Disclaimer by UltiMaker

" + "

Please read this disclaimer carefully.

" - + "

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.

" - + "

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.

" + + "

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.

" + + "

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.

" textFormat: Text.RichText wrapMode: Text.WordWrap font: UM.Theme.getFont("medium")