]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
avoid extra gettext string
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Jul 2017 07:02:24 +0000 (09:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Jul 2017 07:02:24 +0000 (09:02 +0200)
www/manager6/grid/Replication.js

index 7f2d247795e44fee6943b72f5b12fe8d82e7fbe1..b22f91d7171b43791cb0427aa51773b2fa1b453b 100644 (file)
@@ -272,7 +272,7 @@ Ext.define('PVE.grid.ReplicaView', {
            handler: 'removeJob',
            dangerous: true,
            confirmMsg: function(rec) {
-               var msg = Ext.String.format(gettext("Are you sure you want to remove replication job '{0}'?"), rec.id);
+               var msg = Ext.String.format(gettext("Are you sure you want to remove entry {0}"), rec.id);
                return msg;
            },
            disabled: true