Change bottom left button text to "Skip"

Or else the page shows two buttons "Next" buttons.

CURA-8014
This commit is contained in:
Kostas Karmas 2021-03-25 12:47:07 +01:00
parent 7304226aca
commit 55cb7f88a7

View file

@ -241,6 +241,7 @@ class WelcomePagesModel(ListModel):
},
{"id": "whats_new",
"page_url": self._getBuiltinWelcomePagePath("WhatsNewContent.qml"),
"next_page_button_text": self._catalog.i18nc("@action:button", "Skip"),
},
{"id": "data_collections",
"page_url": self._getBuiltinWelcomePagePath("DataCollectionsContent.qml"),