diff --git a/airtime_mvc/application/models/Block.php b/airtime_mvc/application/models/Block.php index 51dc3514d..29151b2e5 100644 --- a/airtime_mvc/application/models/Block.php +++ b/airtime_mvc/application/models/Block.php @@ -1361,7 +1361,12 @@ SQL; "is" => _("is"), "is not" => _("is not"), "starts with" => _("starts with"), - "ends with" => _("ends with") + "ends with" => _("ends with"), + "is" => _("is"), + "is not" => _("is not"), + "is greater than" => _("is greater than"), + "is less than" => _("is less than"), + "is in the range" => _("is in the range") ); // Load criteria from db