fix: typo in community popup

fixes #2156
This commit is contained in:
--replace-all 2021-03-31 16:19:16 +02:00 committed by Iuri Matias
parent 49aae68097
commit b3791cb39f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ ModalPopup {
icon.source: "../../../img/import.svg"
icon.width: 16
icon.height: 16
text: qsTr("Access exisitng community")
text: qsTr("Access existing community")
onTriggered: openPopup(importCommunitiesPopupComponent)
}
}