Fix space-community wording

This commit is contained in:
Nicolas Werner 2023-03-18 15:06:19 +01:00
parent 9ad3f3f4fb
commit e114b1adc7
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9

View file

@ -252,7 +252,7 @@ Item {
Layout.rightMargin: Nheko.paddingLarge
TextArea {
text: roomPreview.isFetched ? TimelineManager.escapeEmoji(preview.roomTopic) : qsTr("This room is possibly inaccessible. If this room is private, you should remove it from the child list of this space.")
text: roomPreview.isFetched ? TimelineManager.escapeEmoji(preview.roomTopic) : qsTr("This room is possibly inaccessible. If this room is private, you should remove it from this community.")
wrapMode: TextEdit.WordWrap
textFormat: TextEdit.RichText
readOnly: true