Revert "chore(CommunitiesPortal): change CreateCommunity to Import from Discord"
This reverts commit 05626a886e
.
This commit is contained in:
parent
f24420a84b
commit
e17782102b
|
@ -142,9 +142,9 @@ StatusSectionLayout {
|
|||
objectName: "createCommunityButton"
|
||||
Layout.preferredHeight: 38
|
||||
verticalPadding: 0
|
||||
text: qsTr("Import existing community from Discord")
|
||||
text: qsTr("Create community")
|
||||
onClicked: {
|
||||
Global.createCommunityPopupRequested(true /*isDiscordImport*/)
|
||||
Global.openPopup(chooseCommunityCreationTypePopupComponent)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue