From 5cb364aee6be0ee1b94b3d3da37ccf9311891b11 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 20 Nov 2020 20:06:51 +0100 Subject: [i18n] Fix strings from comments in transifex --- gui/qml/LoginDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/qml/LoginDialog.qml') 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 } -- cgit v1.2.3