]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: fix yet another bogus broken gettext usage
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 08:24:43 +0000 (10:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 08:24:43 +0000 (10:24 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/LoginWindow.js

index 60955e0599150907b4c4309821b0b46ca797f91a..2f23cbb5f305747d63916237c043feb10df378aa 100644 (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}`,
                        );
                    },
                });