diff --git a/www/manager6/grid/Replication.js b/www/manager6/grid/Replication.js index b22f91d7..2c8f3cf9 100644 --- a/www/manager6/grid/Replication.js +++ b/www/manager6/grid/Replication.js @@ -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); } }); },