ui: login: fix bogus gettext usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4a489ae3de
commit
a190979c04
|
@ -51,7 +51,7 @@ Ext.define('PBS.LoginView', {
|
|||
loginForm.unmask();
|
||||
Ext.MessageBox.alert(
|
||||
gettext('Error'),
|
||||
gettext('OpenId redirect failed. Please try again<br>Error: ' + error),
|
||||
gettext('OpenID redirect failed, please try again') + `<br>${error}`,
|
||||
);
|
||||
}
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue