mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 01:40:34 +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',
|
||||
callback: function() { controller.reload(); },
|
||||
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