ui: tape: TapeRestoreWindow: fix button text
s/Create/Restore/ Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
126ccbcfa6
commit
9348544e46
|
@ -5,6 +5,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
|
||||||
|
|
||||||
width: 800,
|
width: 800,
|
||||||
title: gettext('Restore Media Set'),
|
title: gettext('Restore Media Set'),
|
||||||
|
submitText: gettext('Restore'),
|
||||||
url: '/api2/extjs/tape/restore',
|
url: '/api2/extjs/tape/restore',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
showTaskViewer: true,
|
showTaskViewer: true,
|
||||||
|
|
Loading…
Reference in New Issue