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:
parent
a585e1f696
commit
2048073355
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue