ui: tape: s/Restore Wizard/Restore/

Mostly to avoid an extra translation text for basically no gain.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-05-27 11:26:42 +02:00
parent 90066d22a0
commit e21a15ab17
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
}, },
'-', '-',
{ {
text: gettext('Restore Wizard'), text: gettext('Restore'),
iconCls: 'fa fa-undo', iconCls: 'fa fa-undo',
handler: 'restore', handler: 'restore',
}, },