diff --git a/plugins/event_notification/providers/http/admin/HttpNotificationTemplateConfiguration.php b/plugins/event_notification/providers/http/admin/HttpNotificationTemplateConfiguration.php index 20fdcecbf1..48d5f8bde6 100644 --- a/plugins/event_notification/providers/http/admin/HttpNotificationTemplateConfiguration.php +++ b/plugins/event_notification/providers/http/admin/HttpNotificationTemplateConfiguration.php @@ -96,7 +96,7 @@ protected function addTypeElements(Kaltura_Client_EventNotification_Type_EventNo 'required' => true, 'multiOptions' => array( Kaltura_Client_EventNotification_Enum_EventNotificationDelayedCondition::NONE => 'None', - Kaltura_Client_EventNotification_Enum_EventNotificationDelayedCondition::PENDING_ENTRY_READY => 'When entry is ready', + Kaltura_Client_EventNotification_Enum_EventNotificationDelayedCondition::PENDING_ENTRY_READY => 'Until entry is ready', ), ));