]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: lxc options: change CIFS to SMB/CIFS
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 4 Oct 2021 10:25:43 +0000 (12:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Oct 2021 05:37:22 +0000 (07:37 +0200)
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 <a.lauterer@proxmox.com>
www/manager6/lxc/FeaturesEdit.js

index 807c262302e0bb25cf4fe5fa7fe71587f4d481ad..bce6e5fbaa43b2f862db1e26c8afc52aa94f9bb2 100644 (file)
@@ -49,7 +49,7 @@ Ext.define('PVE.lxc.FeaturesInputPanel', {
        {
            xtype: 'proxmoxcheckbox',
            name: 'cifs',
-           fieldLabel: 'CIFS',
+           fieldLabel: 'SMB/CIFS',
            bind: {
                disabled: '{unprivileged}',
                boxLabel: '{privilegedOnly}',