Replication.js: translate 'Error'

This commit is contained in:
Dietmar Maurer 2017-07-04 09:06:25 +02:00
parent d4177d53d5
commit 4029c97f08

View File

@ -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);
}
});
},