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:
parent
cf1e117fc7
commit
843146479a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user