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: [ items: [
{ {
title: gettext('Backup'), title: gettext('Content'),
itemId: 'backup', itemId: 'content',
xtype: 'pbsBackupOverview', xtype: 'pbsBackupOverview',
}, },
{ {
title: gettext('Tape Inventory'), title: gettext('Inventory'),
itemId: 'inventory', itemId: 'inventory',
xtype: 'pbsTapeInventory', xtype: 'pbsTapeInventory',
}, },