Skip to content

Commit

Permalink
Merge pull request #13132 from kaltura/Ursa-21.10.0-PLAT-25144
Browse files Browse the repository at this point in the history
changed to 'Until entry is ready'
  • Loading branch information
danbar0kal authored Feb 10, 2025
2 parents 7c9fea0 + cd4fe43 commit 0a1032b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),
));

Expand Down

0 comments on commit 0a1032b

Please sign in to comment.