mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-06 12:25:26 +00:00
backup: rename manual backup button to "Backup Now"
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
45dad58451
commit
22988ae441
@ -120,7 +120,7 @@ Ext.define('PMG.BackupRestore', {
|
||||
|
||||
tbar: [
|
||||
{
|
||||
text: gettext('Backup'),
|
||||
text: gettext('Backup Now'),
|
||||
handler: 'createBackup',
|
||||
},
|
||||
'-',
|
||||
|
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user