The lenght of this string is offset by the entire row being shown
conditionally.

Signed-off-by: Maximiliano Sandoval <[email protected]>
---
 www/manager6/form/AgentFeatureSelector.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www/manager6/form/AgentFeatureSelector.js 
b/www/manager6/form/AgentFeatureSelector.js
index 43d83a39..b64837b7 100644
--- a/www/manager6/form/AgentFeatureSelector.js
+++ b/www/manager6/form/AgentFeatureSelector.js
@@ -44,9 +44,12 @@ Ext.define('PVE.form.AgentFeatureSelector', {
                 ['isa', 'ISA'],
             ],
         },
+        // TODO Remove these two items with Proxmox VE 10.
         {
             xtype: 'proxmoxcheckbox',
-            boxLabel: gettext('Freeze/thaw guest filesystems on backup for 
consistency'),
+            boxLabel: gettext(
+                'Freeze/thaw guest filesystems on backup for consistency. 
Deprecated in favor of the more general setting.',
+            ),
             name: 'freeze-fs-on-backup',
             reference: 'freeze_fs_on_backup',
             bind: {
-- 
2.47.3




Reply via email to