mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-12 22:56:55 +00:00
fix: Help Us Improve Status Button Label
- use the "Got it" text for the OK button Fixes #17099
This commit is contained in:
parent
c06d7f81ce
commit
0aa85d5cb0
@ -92,6 +92,7 @@ OnboardingPage {
|
|||||||
title: qsTr("Help us improve Status")
|
title: qsTr("Help us improve Status")
|
||||||
width: 480
|
width: 480
|
||||||
standardButtons: Dialog.Ok
|
standardButtons: Dialog.Ok
|
||||||
|
okButtonText: qsTr("Got it")
|
||||||
padding: 20
|
padding: 20
|
||||||
destroyOnClose: true
|
destroyOnClose: true
|
||||||
contentItem: ColumnLayout {
|
contentItem: ColumnLayout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user