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();
|
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;
|
||||||
|
|
Loading…
Reference in New Issue