[pbs-devel] [PATCH backup] options-view: Fix typo in chache
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Apr 7 15:40:39 CEST 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at 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 d74029f4c..06221e9a7 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,
--
2.39.5
More information about the pbs-devel
mailing list