]> git.proxmox.com Git - pve-manager.git/commitdiff
grammar fix: s/does not exists/does not exist/g
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Dec 2019 11:51:22 +0000 (12:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Dec 2019 11:51:22 +0000 (12:51 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/GuestIDSelector.js
www/manager6/panel/ConfigPanel.js

index 436c57e3b15145dac4c258847e7c5fadf45c98bf..f796034bbf528621a698af70b1a19543e7d08ac6 100644 (file)
@@ -38,7 +38,7 @@ Ext.define('PVE.form.GuestIDSelector', {
     initComponent: function() {
        var me = this;
        var label = '{0} ID';
-       var unknownID = gettext('This {0} ID does not exists');
+       var unknownID = gettext('This {0} ID does not exist');
        var inUseID = gettext('This {0} ID is already in use');
        var type = 'CT/VM';
 
index 6dcd25abd4c2a7d308c2d32aedcd9565f7d4c526..bb3c7b06c6fc9c3dff0ae1766aaa8c34c33a446f 100644 (file)
@@ -162,7 +162,7 @@ Ext.define('PVE.panel.Config', {
        if (stateid) {
            var state = me.sp.get(stateid);
            if (state && state.value) {
-               // if this tab does not exists, it chooses the first
+               // if this tab does not exist, it chooses the first
                activeTab = state.value;
            }
        }