ui: tape/TapeManagement: change Text of Backup/Tape Inventory

to 'Content' and 'Inventory' respectively

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-02-15 15:22:23 +01:00 committed by Dietmar Maurer
parent a585e1f696
commit 2048073355
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@ Ext.define('PBS.TapeManagement', {
items: [
{
title: gettext('Backup'),
itemId: 'backup',
title: gettext('Content'),
itemId: 'content',
xtype: 'pbsBackupOverview',
},
{
title: gettext('Tape Inventory'),
title: gettext('Inventory'),
itemId: 'inventory',
xtype: 'pbsTapeInventory',
},