text:qsTr("%1 no longer holds the tokens required to join %2 in their wallet, so their request to join %2 must be rejected.").arg(root.userName).arg(root.communityName)
wrapMode:Text.WordWrap
color:Theme.palette.directColor1
Layout.fillWidth:true
}
StatusBaseText{
text:qsTr("%1 can request to join %2 again in the future, when they have the tokens required to join %2 in their wallet.").arg(root.userName).arg(root.communityName)