From a040ecafb7dc1af36cde77aa45c02241ec1b0cdb Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Mon, 4 Oct 2021 12:25:43 +0200 Subject: [PATCH] ui: lxc options: change CIFS to SMB/CIFS For consistency with the Storage panel and it might also help people to make the connection if they are not aware that CIFS is a name used for SMB. Signed-off-by: Aaron Lauterer --- www/manager6/lxc/FeaturesEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/lxc/FeaturesEdit.js b/www/manager6/lxc/FeaturesEdit.js index 807c2623..bce6e5fb 100644 --- a/www/manager6/lxc/FeaturesEdit.js +++ b/www/manager6/lxc/FeaturesEdit.js @@ -49,7 +49,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', { { xtype: 'proxmoxcheckbox', name: 'cifs', - fieldLabel: 'CIFS', + fieldLabel: 'SMB/CIFS', bind: { disabled: '{unprivileged}', boxLabel: '{privilegedOnly}',