From e21a15ab173b80c5629ce7e37f217cf276f44393 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 27 May 2021 11:26:42 +0200 Subject: [PATCH] ui: tape: s/Restore Wizard/Restore/ Mostly to avoid an extra translation text for basically no gain. Signed-off-by: Thomas Lamprecht --- www/tape/BackupOverview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/tape/BackupOverview.js b/www/tape/BackupOverview.js index fad48c4c..7721b02f 100644 --- a/www/tape/BackupOverview.js +++ b/www/tape/BackupOverview.js @@ -273,7 +273,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', { }, '-', { - text: gettext('Restore Wizard'), + text: gettext('Restore'), iconCls: 'fa fa-undo', handler: 'restore', },