fix(community): fix request access label

Fixes #2666
This commit is contained in:
Jonathan Rainville 2021-06-22 14:27:00 -04:00 committed by Iuri Matias
parent dfebe88be7
commit 0774c4d5bf
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Item {
invitedCommunity.canRequestAccess
PropertyChanges {
target: joinBtn
text: qsTr("Request to join")
text: qsTr("Request Access")
}
},