diff --git a/src/qml/qgismobileapp.qml b/src/qml/qgismobileapp.qml index 58ad5936c0..e68d001360 100644 --- a/src/qml/qgismobileapp.qml +++ b/src/qml/qgismobileapp.qml @@ -3959,7 +3959,7 @@ ApplicationWindow { onClosing: close => { if (screenLocker.enabled) { close.accepted = false; - displayToast(qsTr("Unlock the screen to to close project and app")); + displayToast(qsTr("Unlock the screen to close project and app")); return; } if (!closeAlreadyRequested) {