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:
parent
58791864d7
commit
4d651378e2
@ -316,7 +316,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
|
|||||||
let txt = lines.join('<br>');
|
let txt = lines.join('<br>');
|
||||||
|
|
||||||
Ext.Msg.show({
|
Ext.Msg.show({
|
||||||
title: gettext('Label Information'),
|
title: gettext('Status'),
|
||||||
message: txt,
|
message: txt,
|
||||||
icon: undefined,
|
icon: undefined,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user