node info: fix typo in product name

s/Bacckup/Backup

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2022-05-17 11:45:17 +02:00 committed by Thomas Lamprecht
parent 2e9a9f94a4
commit d74172bfc1
1 changed files with 1 additions and 1 deletions

View File

@ -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',
}, },
], ],