diff --git a/ui/app/AppLayouts/Communities/CommunitiesPortalLayout.qml b/ui/app/AppLayouts/Communities/CommunitiesPortalLayout.qml index bb5101a48c..d3d6b61ff5 100644 --- a/ui/app/AppLayouts/Communities/CommunitiesPortalLayout.qml +++ b/ui/app/AppLayouts/Communities/CommunitiesPortalLayout.qml @@ -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) }