diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-03-18 15:06:19 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-03-18 15:06:19 +0100 |
commit | e114b1adc773aea69e05397ab93f7f6c6cf2a718 (patch) | |
tree | f88b3761c1437b5fa3a2f2ae3110a6b2cc14c23f /resources/qml/TimelineView.qml | |
parent | Merge pull request #1404 from LcsTen/dont-show-private-rooms-in-space (diff) | |
download | nheko-e114b1adc773aea69e05397ab93f7f6c6cf2a718.tar.xz |
Fix space-community wording
Diffstat (limited to '')
-rw-r--r-- | resources/qml/TimelineView.qml | 2 |
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 |