mirror of
https://github.com/QRouland/UTPass.git
synced 2024-12-22 09:52:39 +00:00
fix typo
This commit is contained in:
parent
64711458ea
commit
a017136f6a
@ -51,7 +51,7 @@ MainView {
|
|||||||
visible: folderModel.count == 0
|
visible: folderModel.count == 0
|
||||||
height: units.gu(5)
|
height: units.gu(5)
|
||||||
Text {
|
Text {
|
||||||
text: "No password found in current folder"
|
text: "No password found in the current folder"
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user