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:
		@ -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');
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user