fix typo
s/Nuber/Number/ s/backups/Backups/ Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
0e7ab0567c
commit
66b4593b04
@ -93,7 +93,7 @@ Ext.define('PBS.DataStoreContent', {
|
|||||||
{
|
{
|
||||||
xtype: 'numbercolumn',
|
xtype: 'numbercolumn',
|
||||||
format: '0',
|
format: '0',
|
||||||
header: gettext('Nuber of backups'),
|
header: gettext('Number of Backups'),
|
||||||
sortable: true,
|
sortable: true,
|
||||||
dataIndex: 'backup-count',
|
dataIndex: 'backup-count',
|
||||||
flex: 1
|
flex: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user