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

@ -215,7 +215,7 @@ Ext.define('PBS.TapeManagement.DriveStatus', {
handler: 'format',
iconCls: 'fa fa-trash-o',
dangerous: true,
confirmMsg: gettext('Are you sure you want to erase the inserted tape?'),
confirmMsg: gettext('Are you sure you want to format the inserted tape?'),
disabled: true,
bind: {
disabled: '{!online}',