diff --git a/pandora_console/include/rest-api/models/VisualConsole/View.php b/pandora_console/include/rest-api/models/VisualConsole/View.php index e2e28f419a..8f912a5375 100644 --- a/pandora_console/include/rest-api/models/VisualConsole/View.php +++ b/pandora_console/include/rest-api/models/VisualConsole/View.php @@ -139,7 +139,7 @@ class View extends \HTML }); ui.jqXHR.fail(function () { ui.panel.html( - "Couldn\'t load Data. Plz Reload Page or Try Again Later." + "'.__('The data could not be loaded. Please reload the page or try again later.').'" ); }); },