ui: tape: rename erase to format
erase is a different action, so correctly call it 'format' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
4bf2ab1109
commit
a2e30cd51d
@ -11,7 +11,7 @@ Ext.define('PBS.TapeManagement.EraseWindow', {
|
||||
return {
|
||||
singleDrive: me.singleDrive,
|
||||
hasSingleDrive: !!me.singleDrive,
|
||||
warning: Ext.String.format(gettext("Are you sure you want to erase tape '{0}' ?"), me.label),
|
||||
warning: Ext.String.format(gettext("Are you sure you want to format tape '{0}' ?"), me.label),
|
||||
};
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user