backup: rename manual backup button to "Backup Now"

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-18 17:52:29 +01:00
parent 45dad58451
commit 22988ae441
2 changed files with 3 additions and 2 deletions

View File

@ -120,7 +120,7 @@ Ext.define('PMG.BackupRestore', {
tbar: [ tbar: [
{ {
text: gettext('Backup'), text: gettext('Backup Now'),
handler: 'createBackup', handler: 'createBackup',
}, },
'-', '-',

View File

@ -210,9 +210,10 @@ Ext.define('PMG.PBSConfig', {
emptyText: gettext('No backups on remote'), emptyText: gettext('No backups on remote'),
tbar: [ tbar: [
{ {
text: gettext('Backup'), text: gettext('Backup Now'),
handler: 'runBackup', handler: 'runBackup',
}, },
'-',
{ {
xtype: 'proxmoxButton', xtype: 'proxmoxButton',
text: gettext('Restore'), text: gettext('Restore'),