ui: login: fix bogus gettext usage
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		| @ -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; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user