mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-05 09:17:59 +03:00
ui: fix verificationjob task description
This commit is contained in:
parent
a9fcbec9dc
commit
b1456a8ea7
@ -109,7 +109,7 @@ Ext.define('PBS.Utils', {
|
|||||||
verify: ['Datastore', gettext('Verification')],
|
verify: ['Datastore', gettext('Verification')],
|
||||||
verify_group: ['Group', gettext('Verification')],
|
verify_group: ['Group', gettext('Verification')],
|
||||||
verify_snapshot: ['Snapshot', gettext('Verification')],
|
verify_snapshot: ['Snapshot', gettext('Verification')],
|
||||||
verifyjob: [gettext('Verify Job'), gettext('Scheduled Verification')],
|
verificationjob: [gettext('Verify Job'), gettext('Scheduled Verification')],
|
||||||
zfscreate: [gettext('ZFS Storage'), gettext('Create')],
|
zfscreate: [gettext('ZFS Storage'), gettext('Create')],
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user