mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°5904 Fix hardcoded string when existing dict entry was available
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user