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 <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
