ui: tape: TapeRestoreWindow: fix button text

s/Create/Restore/

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-05-12 14:08:12 +02:00 committed by Thomas Lamprecht
parent 126ccbcfa6
commit 9348544e46
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
width: 800,
title: gettext('Restore Media Set'),
submitText: gettext('Restore'),
url: '/api2/extjs/tape/restore',
method: 'POST',
showTaskViewer: true,