Revert "chore(CommunitiesPortal): change CreateCommunity to Import from Discord"

This reverts commit 05626a886e4dde17af03790f90b477c4373d53fd.
This commit is contained in:
Jonathan Rainville 2024-04-29 20:01:00 +02:00
parent f24420a84b
commit e17782102b

View File

@ -142,9 +142,9 @@ StatusSectionLayout {
objectName: "createCommunityButton" objectName: "createCommunityButton"
Layout.preferredHeight: 38 Layout.preferredHeight: 38
verticalPadding: 0 verticalPadding: 0
text: qsTr("Import existing community from Discord") text: qsTr("Create community")
onClicked: { onClicked: {
Global.createCommunityPopupRequested(true /*isDiscordImport*/) Global.openPopup(chooseCommunityCreationTypePopupComponent)
} }
} }
} }