ui: login: fix bogus gettext usage

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-02 08:39:43 +02:00
parent 4a489ae3de
commit a190979c04
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Ext.define('PBS.LoginView', {
loginForm.unmask(); loginForm.unmask();
Ext.MessageBox.alert( Ext.MessageBox.alert(
gettext('Error'), gettext('Error'),
gettext('OpenId redirect failed. Please try again<br>Error: ' + error), gettext('OpenID redirect failed, please try again') + `<br>${error}`,
); );
} }
return; return;