mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-23 21:11:55 +00:00
chore(CommunitiesPortal): change CreateCommunity to Import from Discord
This commit is contained in:
parent
bda8fed466
commit
05626a886e
@ -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*/)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user