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'),