fix(NotificationsView): fixup global @everyone text

Fixes #9708
This commit is contained in:
Lukáš Tinkl 2023-03-14 11:50:34 +01:00 committed by Lukáš Tinkl
parent 7ff2f9cfa2
commit 77ac9b0e78
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ SettingsContentBase {
StatusListItem {
Layout.preferredWidth: root.contentWidth
title: qsTr("Global @ Mentions")
tertiaryTitle: qsTr("Messages containing @here and @channel")
tertiaryTitle: qsTr("Messages containing @everyone")
components: [
NotificationSelect {
selected: appSettings.notifSettingGlobalMentions