node info: fix typo in product name
s/Bacckup/Backup Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
parent
2e9a9f94a4
commit
d74172bfc1
|
@ -150,7 +150,7 @@ Ext.define('PBS.NodeInfoPanel', {
|
||||||
{
|
{
|
||||||
xtype: 'pmxNodeInfoRepoStatus',
|
xtype: 'pmxNodeInfoRepoStatus',
|
||||||
itemId: 'repositoryStatus',
|
itemId: 'repositoryStatus',
|
||||||
product: 'Proxmox Bacckup Server',
|
product: 'Proxmox Backup Server',
|
||||||
repoLink: '#pbsServerAdministration:aptrepositories',
|
repoLink: '#pbsServerAdministration:aptrepositories',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue