]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: tape/BackupOverview: rename action column to restore
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 26 May 2021 13:48:05 +0000 (15:48 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 26 May 2021 16:10:57 +0000 (18:10 +0200)
to make it clear that this button is for restore and for
now we do not have any plans to add buttons here

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/tape/BackupOverview.js

index 16e9a5814db2b9c7bcc132581e32234b35ffbccd..e6a7857454f6b7e5ca51171a4d1cd2f2aec7d287 100644 (file)
@@ -266,7 +266,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
            flex: 3,
        },
        {
-           header: gettext('Actions'),
+           header: gettext('Restore'),
            xtype: 'actioncolumn',
            items: [
                {