converted notify expired groupings to workflow
This commit is contained in:
parent
b218e0fe4d
commit
524dbb6381
5 changed files with 31 additions and 65 deletions
|
|
@ -1,6 +1,11 @@
|
|||
package WebGUI::i18n::English::WebGUI;
|
||||
|
||||
our $I18N = {
|
||||
'expire groupings' => {
|
||||
message => q|Expire User Groupings|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'show performance indicators' => {
|
||||
message => q|Show performance indicators?|,
|
||||
lastUpdated => 0
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_DeleteExpiredGroupings;
|
||||
|
||||
our $I18N = {
|
||||
'topicName' => {
|
||||
message => q|Delete Expired Groupings|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue