chore(CommunitiesPortal): change CreateCommunity to Import from Discord

This commit is contained in:
Jonathan Rainville 2024-04-25 15:29:50 +02:00 committed by Iuri Matias
parent bda8fed466
commit 05626a886e
1 changed files with 2 additions and 2 deletions

View File

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