[pve-devel] [PATCH manager 1/2] ui: iso selector: explicitly note that the storage is for the ISO
Fiona Ebner
f.ebner at proxmox.com
Wed Jan 14 10:04:25 CET 2026
New users are often confused by the storage selection in the 'OS' tab
of the create wizard, the latest case being [0]. Making it fully
explicit that storage is for the ISO should help to avoid this
confusion.
[0]: https://forum.proxmox.com/threads/179126/post-831215
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
www/manager6/form/IsoSelector.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/form/IsoSelector.js b/www/manager6/form/IsoSelector.js
index b2d94ed3..a8a18cce 100644
--- a/www/manager6/form/IsoSelector.js
+++ b/www/manager6/form/IsoSelector.js
@@ -70,7 +70,7 @@ Ext.define('PVE.form.IsoSelector', {
xtype: 'pveStorageSelector',
reference: 'storage',
isFormField: false,
- fieldLabel: gettext('Storage'),
+ fieldLabel: gettext('ISO Storage'),
storageContent: 'iso',
allowBlank: false,
cbind: {
--
2.47.3
More information about the pve-devel
mailing list