ui: gettext; s/blocksize/block size/

Blocksize is not a word in the English language

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-03-28 13:04:17 +02:00
parent cf1e117fc7
commit 843146479a

View File

@ -305,7 +305,7 @@ Ext.define('PBS.TapeManagement.DriveStatusGrid', {
rows: {
'blocksize': {
required: true,
header: gettext('Blocksize'),
header: gettext('Block Size'),
renderer: function(value) {
if (!value) {
return gettext('Dynamic');