From 4d651378e27c0fd9bb8e13bc96dd9758211d522d Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 29 Jan 2021 14:57:51 +0100 Subject: [PATCH] ui: tape: change wrong window title this is the 'status' msgbox not the label information Signed-off-by: Dominik Csapak --- www/tape/ChangerStatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tape/ChangerStatus.js b/www/tape/ChangerStatus.js index 59cc74c8..ecfdc424 100644 --- a/www/tape/ChangerStatus.js +++ b/www/tape/ChangerStatus.js @@ -316,7 +316,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', { let txt = lines.join('
'); Ext.Msg.show({ - title: gettext('Label Information'), + title: gettext('Status'), message: txt, icon: undefined, });