From a190979c049a8942f8c157a09e633ddb17099802 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 2 Jul 2021 08:39:43 +0200 Subject: [PATCH] ui: login: fix bogus gettext usage Signed-off-by: Thomas Lamprecht --- www/LoginView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/LoginView.js b/www/LoginView.js index ff3b5540..ae796795 100644 --- a/www/LoginView.js +++ b/www/LoginView.js @@ -51,7 +51,7 @@ Ext.define('PBS.LoginView', { loginForm.unmask(); Ext.MessageBox.alert( gettext('Error'), - gettext('OpenId redirect failed. Please try again
Error: ' + error), + gettext('OpenID redirect failed, please try again') + `
${error}`, ); } return;