options-view: Fix typo in chache

Fixes: 5e778d98 ("ui: datastore tuning options: increase width and rework labels")
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Link: https://lore.proxmox.com/20250407134039.383887-1-m.sandoval@proxmox.com
This commit is contained in:
Maximiliano Sandoval 2025-04-07 15:40:39 +02:00 committed by Thomas Lamprecht
parent dfc0278248
commit 33024ffd43

View File

@ -300,7 +300,7 @@ Ext.define('PBS.Datastore.Options', {
name: 'gc-cache-capacity', name: 'gc-cache-capacity',
fieldLabel: gettext('GC Cache Capacity (# chunks)'), fieldLabel: gettext('GC Cache Capacity (# chunks)'),
labelWidth: 200, labelWidth: 200,
emptyText: gettext('1048576 (0 disables chache)'), emptyText: gettext('1048576 (0 disables cache)'),
minValue: 0, minValue: 0,
maxValue: 8 * 1024 * 1024, maxValue: 8 * 1024 * 1024,
deleteEmpty: true, deleteEmpty: true,