]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add capitalized NoneText
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 5 Feb 2020 10:59:00 +0000 (11:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 5 Feb 2020 19:23:39 +0000 (20:23 +0100)
we want this in some cases

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Utils.js

index e9dcd798bc75f5e00dc92071d78d3ee9777c37f2..8f8c55fa1442a1e0fe0771cc0863b63703d223d3 100644 (file)
--- a/Utils.js
+++ b/Utils.js
@@ -42,6 +42,7 @@ Ext.define('Proxmox.Utils', { utilities: {
     enabledText: gettext('Enabled'),
     disabledText: gettext('Disabled'),
     noneText: gettext('none'),
+    NoneText: gettext('None'),
     errorText: gettext('Error'),
     unknownText: gettext('Unknown'),
     defaultText: gettext('Default'),