diff --git a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/InvitationBubble.qml b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/InvitationBubble.qml index e7ba3f6458..81d871e2a9 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/InvitationBubble.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/InvitationBubble.qml @@ -101,7 +101,7 @@ Item { invitedCommunity.canRequestAccess PropertyChanges { target: joinBtn - text: qsTr("Request to join") + text: qsTr("Request Access") } },