]> git.proxmox.com Git - pve-manager.git/commitdiff
Whitespace and typo fix
authorPhilip Abernethy <p.abernethy@proxmox.com>
Mon, 11 Sep 2017 15:42:34 +0000 (17:42 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 12 Sep 2017 07:34:48 +0000 (09:34 +0200)
www/manager6/lxc/CreateWizard.js

index 8515877aaf574dafcc501fcfad7c0ebecd7e8acd..9b25db5ecedaf0e5eb8a514918d91c7a45e4e641 100644 (file)
@@ -148,7 +148,7 @@ Ext.define('PVE.lxc.CreateWizard', {
                validator: function(value) {
                    var pw = me.down('field[name=password]').getValue();
                    if (pw !== value) {
-                       return "Passwords does not match!";
+                       return "Passwords do not match!";
                    }
                    return true;
                }
@@ -308,8 +308,8 @@ Ext.define('PVE.lxc.CreateWizard', {
                            params: kv,
                            success: function(response, opts){
                                var upid = response.result.data;
-                   
-                               var win = Ext.create('PVE.window.TaskViewer', { 
+
+                               var win = Ext.create('PVE.window.TaskViewer', {
                                    upid: upid
                                });
                                win.show();