From 7d1bae9b9635279a5ca66a8898bcf21624475bd2 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 17 Sep 2020 15:32:59 -0400 Subject: [PATCH] fix use text instead of label --- ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml b/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml index ffb8ae3e63..3f8b3b762f 100644 --- a/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml +++ b/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml @@ -212,7 +212,7 @@ ModalPopup { id: btnNext anchors.right: parent.right //% "Next" - label: qsTrId("next") + text: qsTrId("next") enabled: stack.currentGroup.isValid && !stack.currentGroup.isPending state: stack.currentGroup.isPending ? "pending" : "default" onClicked: {