[pbs-devel] [PATCH proxmox-backup 3/9] ui: tape/BackupOverview: rename action column to restore

Dominik Csapak d.csapak at proxmox.com
Wed May 26 15:48:05 CEST 2021


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 at proxmox.com>
---
 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 16e9a581..e6a78574 100644
--- a/www/tape/BackupOverview.js
+++ b/www/tape/BackupOverview.js
@@ -266,7 +266,7 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
 	    flex: 3,
 	},
 	{
-	    header: gettext('Actions'),
+	    header: gettext('Restore'),
 	    xtype: 'actioncolumn',
 	    items: [
 		{
-- 
2.20.1






More information about the pbs-devel mailing list