diff --git a/sources/Application/UI/Links/Direct/BlockDirectLinksEditTable.php b/sources/Application/UI/Links/Direct/BlockDirectLinksEditTable.php index c1b4d00b1..62b02e7ad 100644 --- a/sources/Application/UI/Links/Direct/BlockDirectLinksEditTable.php +++ b/sources/Application/UI/Links/Direct/BlockDirectLinksEditTable.php @@ -168,7 +168,7 @@ class BlockDirectLinksEditTable extends UIContentBlock $this->AddSubBlock($aTablePanel); } catch (\Exception $e) { - $oAlert = AlertUIBlockFactory::MakeForDanger('error', 'error while trying to load datatable'); + $oAlert = AlertUIBlockFactory::MakeForDanger('error', Dict::S('UI:Datatables:Language:Error')); $oAlert->SetIsClosable(false); $oAlert->SetIsCollapsible(false); $this->AddSubBlock($oAlert);