[pve-devel] [PATCH manager] ui: util: update backup content type string
Fiona Ebner
f.ebner at proxmox.com
Thu Feb 13 13:57:08 CET 2025
The description 'VZDump backup file' for content type 'backup' is
wrong for PBS and other future backup providers. Just use 'Backup' to
describe the content type everywhere and avoid confusion.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
www/manager6/Utils.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 90011a8f..aa415759 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -686,7 +686,7 @@ Ext.define('PVE.Utils', {
contentTypes: {
'images': gettext('Disk image'),
- 'backup': gettext('VZDump backup file'),
+ 'backup': gettext('Backup'),
'vztmpl': gettext('Container template'),
'iso': gettext('ISO image'),
'rootdir': gettext('Container'),
--
2.39.5
More information about the pve-devel
mailing list