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: [
|
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',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue