12 lines
231 B
Perl
12 lines
231 B
Perl
package WebGUI::i18n::English::Workflow_Activity_DeleteExpiredSessions;
|
|
|
|
our $I18N = {
|
|
'topicName' => {
|
|
message => q|Delete Expired Sessions|,
|
|
context => q|The name of this workflow activity.|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|