[pbs-devel] [PATCH proxmox-backup 4/5] ui: tape: change wrong window title
Dominik Csapak
d.csapak at proxmox.com
Fri Jan 29 14:57:51 CET 2021
this is the 'status' msgbox not the label information
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
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('<br>');
Ext.Msg.show({
- title: gettext('Label Information'),
+ title: gettext('Status'),
message: txt,
icon: undefined,
});
--
2.20.1
More information about the pbs-devel
mailing list