[pbs-devel] [PATCH v3 proxmox-backup 20/20] ui: mention trash items will be cleared on namespace deletion
Christian Ebner
c.ebner at proxmox.com
Tue May 13 15:52:47 CEST 2025
Include the information that removing backup groups will include
tashed items as well.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
www/window/NamespaceEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/window/NamespaceEdit.js b/www/window/NamespaceEdit.js
index a9a440bbf..0f950e0d5 100644
--- a/www/window/NamespaceEdit.js
+++ b/www/window/NamespaceEdit.js
@@ -70,7 +70,7 @@ Ext.define('PBS.window.NamespaceDelete', {
xtype: 'proxmoxcheckbox',
name: 'delete-groups',
reference: 'rmGroups',
- boxLabel: gettext('Delete all Backup Groups'),
+ boxLabel: gettext('Delete all Backup Groups (including trash items)'),
value: false,
listeners: {
change: function(field, value) {
--
2.39.5
More information about the pbs-devel
mailing list