diff options
-rw-r--r-- | js/phpvirtualbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/phpvirtualbox.js b/js/phpvirtualbox.js index b119043..6a77f78 100644 --- a/js/phpvirtualbox.js +++ b/js/phpvirtualbox.js @@ -4767,7 +4767,7 @@ var vboxStorage = { }; if($('#vboxPane').data('vboxConfig').enableAdvancedConfig&&vboxMedia.formatSupportsDiscard(ma.medium.format)) { opts[opts.length]={ - label: 'Support Discard(TRIM)', + label: 'Support Discard (TRIM)', attrib: 'discard', }; }; |