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