This commit is contained in:
Quentin Rouland 2019-03-13 21:35:42 +01:00
parent 64711458ea
commit a017136f6a

View File

@ -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
}