summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-03-18 15:06:19 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-03-18 15:06:19 +0100
commite114b1adc773aea69e05397ab93f7f6c6cf2a718 (patch)
treef88b3761c1437b5fa3a2f2ae3110a6b2cc14c23f /resources/qml/TimelineView.qml
parentMerge pull request #1404 from LcsTen/dont-show-private-rooms-in-space (diff)
downloadnheko-e114b1adc773aea69e05397ab93f7f6c6cf2a718.tar.xz
Fix space-community wording
Diffstat (limited to '')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index c53a7415..a146a991 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -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