diff --git a/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js b/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js index 0e54454af2..6f80d109d6 100644 --- a/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js +++ b/scm-webapp/src/main/webapp/resources/js/action/sonia.action.changepasswordwindow.js @@ -52,10 +52,10 @@ Sonia.action.ChangePasswordWindow = Ext.extend(Ext.Window,{ plain: true, border: false, modal: true, + title: this.titleText, items: [{ id: 'changePasswordForm', url: restUrl + 'action/change-password.json', - title: this.titleText, frame: true, xtype: 'form', monitorValid: true,