diff --git a/languages/en_us/Settings/Workflows.php b/languages/en_us/Settings/Workflows.php
index 36483f6acd590bf167994f9a8748bcf5199587ba..953e5a35a9edd3965f93ec0452004aab28fd10c1 100644
--- a/languages/en_us/Settings/Workflows.php
+++ b/languages/en_us/Settings/Workflows.php
@@ -177,10 +177,6 @@ $languageStrings = array(
 	'previous month' => 'previous month',
 	'current month' => 'current month',
 	'next month' => 'next month',
-    'less than hours before' => 'less than %s hours before',
-    'less than hours later' => 'less than %s hours later',
-    'more than hours before' => 'more than %s hours before',
-    'more than hours later' => 'more than %s hours later',
     'less than days ago' => 'less than %s days ago',
     'less than days later' => 'less than %s days later',
     'more than days ago' => 'more than %s days ago',
@@ -191,8 +187,6 @@ $languageStrings = array(
     'in less than' => 'in less than %s',
     'in more than' => 'in more than %s',
     'is added' => 'is added',
-    'hours since %s' => 'hours since %s',
-    'LBL_EXCEEDED_ALLOWED_LIMIT_TEXT' => 'We found that you have more than %s workflows in active state, exceeding the limits of this edition. Please delete or disable some of the workflows and try again<br><br>',
 	'week days later' => '%s week days later',
     'more than week days later' => 'more than %s week days later',
     'less than week days later' => 'less than %s week days later',
diff --git a/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php b/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php
index 23a671e61827c763211c3f7608eb4ab74707e989..c0ef0685782cce3cf8ed89c8f622d400cc51d2d8 100644
--- a/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php
+++ b/pkg/vtiger/translations/MexicanSpanishLanguagePack_es_mx/modules/Settings/Workflows.php
@@ -171,10 +171,6 @@ $languageStrings = array(
 	'previous month' => 'mes anterior',
 	'current month' => 'mes actual',
 	'next month' => 'próximo mes',
-	'less than hours before' => 'menos de horas %s antes',
-	'less than hours later' => 'menos de horas %s tarde',
-	'more than hours before' => 'más de horas %s antes',
-	'more than hours later' => 'más de horas %s tarde',
 	'less than days ago' => 'Hace menos de %s días',
 	'less than days later' => 'menos de %s días más tarde',
 	'more than days ago' => 'Hace más de %s días',
@@ -185,7 +181,6 @@ $languageStrings = array(
 	'in less than' => 'en menos de %s',
 	'in more than' => 'en más de %s',
 	'is added' => 'está agregado',
-	'hours since %s' => 'horas desde %s',
 	'week days later' => '%s días de la semana más tarde',
 	'more than week days later' => 'más de %s días de la semana más tarde',
 	'less than week days later' => 'menos de %s días de la semana más tarde',