diff --git a/lookandfeel/contents/lockscreen/LockScreenUi.qml b/lookandfeel/contents/lockscreen/LockScreenUi.qml index 6dac3d42a..ee9c448b2 100644 --- a/lookandfeel/contents/lockscreen/LockScreenUi.qml +++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml @@ -281,8 +281,8 @@ PlasmaCore.ColorScope { if (keystateSource.data["Caps Lock"]["Locked"]) { parts.push(i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Caps Lock is on")); } - if (root.notificationMessage) { - parts.push(root.notificationMessage); + if (root.notification) { + parts.push(root.notification); } return parts.join(" • "); }