Skip to content

Commit

Permalink
chore(CommunitiesPortal): change CreateCommunity to Import from Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored and iurimatias committed Apr 25, 2024
1 parent bda8fed commit 05626a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/AppLayouts/Communities/CommunitiesPortalLayout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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*/)
}
}
}
Expand Down

0 comments on commit 05626a8

Please sign in to comment.