From 22988ae441fd906acd754d15ee019be6a8b97c87 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 18 Nov 2020 17:52:29 +0100 Subject: [PATCH] backup: rename manual backup button to "Backup Now" Signed-off-by: Thomas Lamprecht --- js/BackupRestore.js | 2 +- js/PBSSnapshotView.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/BackupRestore.js b/js/BackupRestore.js index 9ae0347..3cfabd8 100644 --- a/js/BackupRestore.js +++ b/js/BackupRestore.js @@ -120,7 +120,7 @@ Ext.define('PMG.BackupRestore', { tbar: [ { - text: gettext('Backup'), + text: gettext('Backup Now'), handler: 'createBackup', }, '-', diff --git a/js/PBSSnapshotView.js b/js/PBSSnapshotView.js index 867f480..841bff8 100644 --- a/js/PBSSnapshotView.js +++ b/js/PBSSnapshotView.js @@ -210,9 +210,10 @@ Ext.define('PMG.PBSConfig', { emptyText: gettext('No backups on remote'), tbar: [ { - text: gettext('Backup'), + text: gettext('Backup Now'), handler: 'runBackup', }, + '-', { xtype: 'proxmoxButton', text: gettext('Restore'),