17 lines
379 B
Perl
17 lines
379 B
Perl
package WebGUI::i18n::English::Workflow_Activity_DeleteExpiredSessions;
|
|
|
|
our $I18N = {
|
|
'activityName' => {
|
|
message => q|Delete Expired Sessions|,
|
|
context => q|The name of this workflow activity.|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'delete expired sessions body' => {
|
|
message => q|<p>This workflows cleans up and deletes any expired sessions.</p>|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|