fix: Help Us Improve Status Button Label

- use the "Got it" text for the OK button

Fixes #17099
This commit is contained in:
Lukáš Tinkl 2025-01-24 12:13:08 +01:00 committed by Lukáš Tinkl
parent c06d7f81ce
commit 0aa85d5cb0

View File

@ -92,6 +92,7 @@ OnboardingPage {
title: qsTr("Help us improve Status")
width: 480
standardButtons: Dialog.Ok
okButtonText: qsTr("Got it")
padding: 20
destroyOnClose: true
contentItem: ColumnLayout {