NotificationsTab: fix i18n

This commit is contained in:
Ly-sec
2025-09-25 00:01:50 +02:00
parent 6dd6c6af74
commit 2afec4cc46
+1 -1
View File
@@ -183,7 +183,7 @@ ColumnLayout {
model: Quickshell.screens || []
delegate: NCheckbox {
Layout.fillWidth: true
label: modelData.name || "Unknown"
label: modelData.name || I18n.tr("system.unknown")
description: I18n.tr("system.monitor-description", {
"model": modelData.model,
"width": modelData.width,