]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: tape: retention/allocation are Policies, note so
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 28 Mar 2021 11:28:36 +0000 (13:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 28 Mar 2021 11:28:36 +0000 (13:28 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/tape/PoolConfig.js
www/tape/form/PoolSelector.js
www/tape/window/PoolEdit.js

index 3f3e1a182b42fb376f2babcf52e3a03344cd1174..d64ea7fac297d6a223dd5d7da40041b7ceff5953 100644 (file)
@@ -113,11 +113,11 @@ Ext.define('PBS.TapeManagement.PoolPanel', {
            flex: 1,
        },
        {
-           text: gettext('Allocation'),
+           text: gettext('Allocation Policy'),
            dataIndex: 'allocation',
        },
        {
-           text: gettext('Retention'),
+           text: gettext('Retention Policy'),
            dataIndex: 'retention',
        },
        {
index 2a0f0bbbd86350e81be25b921b26a888aa01c69d..72c82c4d464cd077a67c344a38aa545f4461b550 100644 (file)
@@ -27,11 +27,11 @@ Ext.define('PBS.TapeManagement.PoolSelector', {
                dataIndex: 'drive',
            },
            {
-               text: gettext('Allocation'),
+               text: gettext('Allocation Policy'),
                dataIndex: 'allocation',
            },
            {
-               text: gettext('Retention'),
+               text: gettext('Retention Policy'),
                dataIndex: 'retention',
            },
            {
index d986f540f82ed3762401507c2ed2916abd8d96e8..c5203547bf8de7fe03f57b81817bd919006c9a82 100644 (file)
@@ -33,7 +33,7 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
                },
            },
            {
-               fieldLabel: gettext('Allocation'),
+               fieldLabel: gettext('Allocation Policy'),
                xtype: 'pbsAllocationSelector',
                name: 'allocation',
                skipEmptyText: true,
@@ -44,7 +44,7 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
                },
            },
            {
-               fieldLabel: gettext('Retention'),
+               fieldLabel: gettext('Retention Policy'),
                xtype: 'pbsRetentionSelector',
                name: 'retention',
                skipEmptyText: true,