diff --git a/lookandfeel/contents/lockscreen/LockScreenUi.qml b/lookandfeel/contents/lockscreen/LockScreenUi.qml index 19768abd9..1b6f49a00 100644 --- a/lookandfeel/contents/lockscreen/LockScreenUi.qml +++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml @@ -160,7 +160,7 @@ PlasmaCore.ColorScope { actionItems: [ ActionButton { - text: i18nd("org.kde.plasma_lookandfeel_org.kde.lookandfeel", "Switch User") + text: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Switch User") iconSource: "system-switch-user" onClicked: mainStack.push(switchSessionPage) visible: sessionsModel.canSwitchUser