summary refs log tree commit diff
path: root/resources/qml/CommunitiesList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/CommunitiesList.qml')
-rw-r--r--resources/qml/CommunitiesList.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/CommunitiesList.qml b/resources/qml/CommunitiesList.qml

index ca63bffd..853302a5 100644 --- a/resources/qml/CommunitiesList.qml +++ b/resources/qml/CommunitiesList.qml
@@ -48,14 +48,14 @@ Page { } Platform.MenuItem { - text: qsTr("Do not show notification counts for this space or tag.") + text: qsTr("Do not show notification counts for this community or tag.") checkable: true checked: communityContextMenu.muted onTriggered: Communities.toggleTagMute(communityContextMenu.tagId) } Platform.MenuItem { - text: qsTr("Hide rooms with this tag or from this space by default.") + text: qsTr("Hide rooms with this tag or from this community by default.") checkable: true checked: communityContextMenu.hidden onTriggered: Communities.toggleTagId(communityContextMenu.tagId)