[pve-devel] [PATCH pve-manager] Fix help text. Current text has opposite meaning.
Michael Rasmussen
mir at datanom.net
Mon Feb 20 18:29:17 CET 2017
The text displayed does not reflect the actual functionality
since a checked settings means 'do not use write cache'.
Signed-off-by: Michael Rasmussen <mir at datanom.net>
---
www/manager6/storage/ZFSEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/storage/ZFSEdit.js b/www/manager6/storage/ZFSEdit.js
index 12d6af1..9d7e820 100644
--- a/www/manager6/storage/ZFSEdit.js
+++ b/www/manager6/storage/ZFSEdit.js
@@ -93,7 +93,7 @@ Ext.define('PVE.storage.ZFSInputPanel', {
name: 'nowritecache',
checked: true,
uncheckedValue: 0,
- fieldLabel: gettext('Write cache')
+ fieldLabel: gettext('No write cache')
},
{
xtype: me.create ? 'textfield' : 'displayfield',
--
2.1.4
----
This mail was virus scanned and spam checked before delivery.
This mail is also DKIM signed. See header dkim-signature.
More information about the pve-devel
mailing list