]> git.proxmox.com Git - pmg-gui.git/commitdiff
backup: rename manual backup button to "Backup Now"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 Nov 2020 16:52:29 +0000 (17:52 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 18 Nov 2020 16:52:52 +0000 (17:52 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/BackupRestore.js
js/PBSSnapshotView.js

index 9ae03474ebdd6f5f85349fb2a4a6bc87b6e35ca2..3cfabd8bdddc6cc7181b4b4af0490f88a7148427 100644 (file)
@@ -120,7 +120,7 @@ Ext.define('PMG.BackupRestore', {
 
     tbar: [
        {
-           text: gettext('Backup'),
+           text: gettext('Backup Now'),
            handler: 'createBackup',
        },
        '-',
index 867f480b7c362903c7a343a8898f88d24f967b8f..841bff82d3caa13a3e6386ca811514145d945894 100644 (file)
@@ -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'),