diff --git a/include/utils/InventoryUtils.php b/include/utils/InventoryUtils.php
index 64040ee9353e2df99316200e619b7ea0c647e9f5..63ad933d06b1866db289a83f2fbc74ac69461863 100644
--- a/include/utils/InventoryUtils.php
+++ b/include/utils/InventoryUtils.php
@@ -457,7 +457,7 @@ function updateInventoryProductRel($entity) {
 
 	$statusChanged = false;
 	$vtEntityDelta = new VTEntityDelta ();
-	$oldEntity = $vtEntityDelta-> getOldValue($moduleName, $entity_id, $statusFieldName);
+	$oldEntity = $vtEntityDelta->getOldValue($moduleName, $entity_id, $statusFieldName);
 	$recordDetails = $entity->getData();
 	$statusChanged = $vtEntityDelta->hasChanged($moduleName, $entity_id, $statusFieldName);
 	if($statusChanged) {
diff --git a/pkg/vtiger/modules/Webforms/settings/models/Block.php b/pkg/vtiger/modules/Webforms/settings/models/Block.php
index e712f776fb8ebc5cf41b1dedcba950f896969bca..336bf4fd9b0738293bdc88ccf15398d267987b2c 100644
--- a/pkg/vtiger/modules/Webforms/settings/models/Block.php
+++ b/pkg/vtiger/modules/Webforms/settings/models/Block.php
@@ -25,7 +25,7 @@ class Settings_Webforms_Block_Model extends Vtiger_Block_Model {
                             'name' => array(
                                     'uitype' => '1',
                                     'name' => 'name',
-                                    'label' => 'Webform Name',
+                                    'label' => 'WebForm Name',
                                     'typeofdata' => 'V~M',
                                     'diplaytype' => '1',
                             ),