package WebGUI::i18n::English::Workflow_Activity_TrashExpiredEvents; our $I18N = { 'activityName' => { message => q|Trash Expired Events|, context => q|The name of this workflow activity.|, lastUpdated => 0, }, 'trash expired events body' => { message => q|

This workflow activity will move all Event assets to the Trash after a user defined interval has passed from their end date.

The default interval is 30 days.

|, lastUpdated => 0, }, }; 1;