[Communities]: renamed create community button

Closes #8481
This commit is contained in:
Alexandra Betouni 2024-02-08 16:39:37 +02:00
parent 38068908ac
commit 5811285de6
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ StatusSectionLayout {
objectName: "createCommunityButton"
Layout.preferredHeight: 38
verticalPadding: 0
text: qsTr("Create New Community")
text: qsTr("Create community")
onClicked: {
Global.openPopup(chooseCommunityCreationTypePopupComponent)
}