ui: tape: change wrong window title

this is the 'status' msgbox not the label information

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-01-29 14:57:51 +01:00 committed by Dietmar Maurer
parent 58791864d7
commit 4d651378e2

View File

@ -316,7 +316,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
let txt = lines.join('<br>');
Ext.Msg.show({
title: gettext('Label Information'),
title: gettext('Status'),
message: txt,
icon: undefined,
});