From ee566492264882b5024876180113d4800a29dbda Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 3 Feb 2021 17:29:43 +0100 Subject: Describe what the patron id is for translations - Resolves: #413 --- gui/qml/LoginDialog.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/qml/LoginDialog.qml') diff --git a/gui/qml/LoginDialog.qml b/gui/qml/LoginDialog.qml index ba0065d..4d92648 100644 --- a/gui/qml/LoginDialog.qml +++ b/gui/qml/LoginDialog.qml @@ -17,6 +17,7 @@ Dialog { } TextField { id: username + //: Ask for the library card number placeholderText: qsTr("Patron ID") } TextField { @@ -32,6 +33,7 @@ Dialog { function getLoginText() { if (allowEmptyPass) { + //: Ask for the library card number return qsTr("Enter your Patron ID") } else { return qsTr("Log in with your library credentials") -- cgit v1.2.3