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:
Dominik Csapak
2021-04-14 12:21:37 +02:00
committed by Dietmar Maurer
parent 4bf2ab1109
commit a2e30cd51d
4 changed files with 8 additions and 8 deletions

View File

@ -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),
};
},