From a017136f6a96ef3ac2fd5bdf51d7d6fc63f07de2 Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Wed, 13 Mar 2019 21:35:42 +0100 Subject: [PATCH] fix typo --- qml/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/Main.qml b/qml/Main.qml index 14b07d3..19b022d 100644 --- a/qml/Main.qml +++ b/qml/Main.qml @@ -51,7 +51,7 @@ MainView { visible: folderModel.count == 0 height: units.gu(5) Text { - text: "No password found in current folder" + text: "No password found in the current folder" anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter }