ui: fix yet another bogus broken gettext usage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-07-05 10:24:43 +02:00
parent 4edb3b6a13
commit 7068531e11

View File

@ -52,7 +52,7 @@ Ext.define('PVE.window.LoginWindow', {
form.unmask();
Ext.MessageBox.alert(
gettext('Error'),
gettext('OpenId redirect failed. Please try again<br>Error: ' + resp.htmlStatus),
gettext('OpenID redirect failed.') + `<br>${resp.htmlStatus}`,
);
},
});