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/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/qml/main.qml') diff --git a/gui/qml/main.qml b/gui/qml/main.qml index a85ae46..17fb005 100644 --- a/gui/qml/main.qml +++ b/gui/qml/main.qml @@ -59,6 +59,7 @@ ApplicationWindow { if (allowEmptyPass) { // For now, this is a libraryVPN, so we can be explicit about what credentials are here. // Another option to consider is to customize the error strings while vendoring. + //: Incorrect library card number msg = qsTr("Please check your Patron ID") } else { msg = qsTr("Could not log in with those credentials, please retry") -- cgit v1.2.3