summaryrefslogtreecommitdiff
path: root/gui/qml/LoginDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/LoginDialog.qml')
-rw-r--r--gui/qml/LoginDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/qml/LoginDialog.qml b/gui/qml/LoginDialog.qml
index 8e28d59..ba0065d 100644
--- a/gui/qml/LoginDialog.qml
+++ b/gui/qml/LoginDialog.qml
@@ -17,11 +17,11 @@ Dialog {
}
TextField {
id: username
- placeholderText: qsTr("patron id")
+ placeholderText: qsTr("Patron ID")
}
TextField {
id: password
- placeholderText: qsTr("password")
+ placeholderText: qsTr("Password")
echoMode: TextInput.PasswordEchoOnEdit
visible: !allowEmptyPass
}