mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-16 21:13:45 +00:00
Replication.js: translate 'Error'
This commit is contained in:
parent
d4177d53d5
commit
4029c97f08
@ -175,7 +175,7 @@ Ext.define('PVE.grid.ReplicaView', {
|
|||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
callback: function() { controller.reload(); },
|
callback: function() { controller.reload(); },
|
||||||
failure: function (response, opts) {
|
failure: function (response, opts) {
|
||||||
Ext.Msg.alert('Error', response.htmlStatus);
|
Ext.Msg.alert(gettext('Error'), response.htmlStatus);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user