]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/FetchmailEdit.js
improve gettext usage
[pmg-gui.git] / js / FetchmailEdit.js
index f019d14ea8928191759c663888572db9259ecfcc..cafb9ea884317093ead33578ab9128eef11cf172 100644 (file)
@@ -1,3 +1,5 @@
+/*jslint confusion: true*/
+/*value is string and number*/
 Ext.define('PMG.FetchmailEdit', {
     extend: 'Proxmox.window.Edit',
     xtype: 'pmgFetchmailEdit',
@@ -65,7 +67,7 @@ Ext.define('PMG.FetchmailEdit', {
                xtype: 'textfield',
                name: 'pass',
                inputType: 'password',
-               fieldLabel: gettext('Passsword'),
+               fieldLabel: gettext('Password'),
                allowBlank: false
            },
            {