diff --git a/modules/Settings/LayoutEditor/actions/Block.php b/modules/Settings/LayoutEditor/actions/Block.php index ae22b4a4a500b5338a86d0fad626d3c6d113c1d0..2be978d55715dbb5a0f3afcb3f00894d8f322df9 100644 --- a/modules/Settings/LayoutEditor/actions/Block.php +++ b/modules/Settings/LayoutEditor/actions/Block.php @@ -81,7 +81,7 @@ class Settings_LayoutEditor_Block_Action extends Settings_Vtiger_Index_Action { $blockId = $request->get('blockid'); $checkIfFieldsExists = Vtiger_Block_Model::checkFieldsExists($blockId); if($checkIfFieldsExists) { - $response->setError('502','Fields exists for the block'); + $response->setError('502','Fields exist for the block'); $response->emit(); return; }