diff options
author | chotaire <chotaire@chotaire.net> | 2019-09-07 19:28:01 +0200 |
---|---|---|
committer | chotaire <chotaire@chotaire.net> | 2019-09-07 19:28:01 +0200 |
commit | 07566d331200f8a8e9aa50a33cb04b25c3f36b76 (patch) | |
tree | 4fa2b3452e94f10d7771a279988be0129d630119 /js | |
parent | 55297dd34a5bc3a2991b4afe4f76ebfb729e0d7f (diff) | |
download | phpvirtualbox-07566d331200f8a8e9aa50a33cb04b25c3f36b76.zip phpvirtualbox-07566d331200f8a8e9aa50a33cb04b25c3f36b76.tar.gz phpvirtualbox-07566d331200f8a8e9aa50a33cb04b25c3f36b76.tar.bz2 |
Corrected Discard label in storage options
Diffstat (limited to 'js')
-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', }; }; |