mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-09 08:03:02 +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: [
|
tbar: [
|
||||||
{
|
{
|
||||||
text: gettext('Backup'),
|
text: gettext('Backup Now'),
|
||||||
handler: 'createBackup',
|
handler: 'createBackup',
|
||||||
},
|
},
|
||||||
'-',
|
'-',
|
||||||
|
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user