Commit f1fb5746 authored by Shakarim Sapa's avatar Shakarim Sapa

- Condition name has been changed

parent f5b0560c
...@@ -9,7 +9,7 @@ use common\modules\triggers\components\conditions\vendor\ConditionInterface; ...@@ -9,7 +9,7 @@ use common\modules\triggers\components\conditions\vendor\ConditionInterface;
class CheckEmailToDelivered extends ConditionBase implements ConditionInterface{ class CheckEmailToDelivered extends ConditionBase implements ConditionInterface{
const CONDITION_ID = 3; const CONDITION_ID = 3;
public $name = 'Письмо было открыто'; public $name = 'Письмо было получено';
/** /**
* @param null|string $conditionName * @param null|string $conditionName
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment