From 33024ffd4384b11f128493e06ec537d1028431fe Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Mon, 7 Apr 2025 15:40:39 +0200 Subject: [PATCH] options-view: Fix typo in chache Fixes: 5e778d98 ("ui: datastore tuning options: increase width and rework labels") Signed-off-by: Maximiliano Sandoval Link: https://lore.proxmox.com/20250407134039.383887-1-m.sandoval@proxmox.com --- www/datastore/OptionView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/datastore/OptionView.js b/www/datastore/OptionView.js index d74029f4..06221e9a 100644 --- a/www/datastore/OptionView.js +++ b/www/datastore/OptionView.js @@ -300,7 +300,7 @@ Ext.define('PBS.Datastore.Options', { name: 'gc-cache-capacity', fieldLabel: gettext('GC Cache Capacity (# chunks)'), labelWidth: 200, - emptyText: gettext('1048576 (0 disables chache)'), + emptyText: gettext('1048576 (0 disables cache)'), minValue: 0, maxValue: 8 * 1024 * 1024, deleteEmpty: true,