From 4029c97f08c22504f402511d8c319a8f4fe93297 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 4 Jul 2017 09:06:25 +0200 Subject: [PATCH] Replication.js: translate 'Error' --- www/manager6/grid/Replication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }); },