summaryrefslogtreecommitdiff
path: root/gui/qml/LoginDialog.qml
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-11-20 20:06:51 +0100
committerRuben Pollan <meskio@sindominio.net>2020-11-20 20:06:51 +0100
commit5cb364aee6be0ee1b94b3d3da37ccf9311891b11 (patch)
treeb7b30d1bd51ec65d55cf3fd002d858368fa10cfd /gui/qml/LoginDialog.qml
parentacdb13c02ab1b6e26871c14a204a0bd31aab19d6 (diff)
[i18n] Fix strings from comments in transifex
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
}