summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-24 21:51:04 +0100
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2015-01-24 21:51:38 +0100
commit8b0d3ded85680b5218654600c4e498ab0154743a (patch)
tree40d72034db88ab676ca60206e9a6c01b841a8be4
parent40a1b4002e1619d9e9112f08ba198dc847f3e0f1 (diff)
downloadDefaultRecipient-8b0d3ded85680b5218654600c4e498ab0154743a.tar.gz
DefaultRecipient-8b0d3ded85680b5218654600c4e498ab0154743a.tar.bz2
DefaultRecipient-8b0d3ded85680b5218654600c4e498ab0154743a.zip
Fix copy and paste error.
The admin module was copied from the StandardTemplate module.
-rw-r--r--Kernel/Modules/AdminDefaultRecipient.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Modules/AdminDefaultRecipient.pm b/Kernel/Modules/AdminDefaultRecipient.pm
index 29097b3..f9dc606 100644
--- a/Kernel/Modules/AdminDefaultRecipient.pm
+++ b/Kernel/Modules/AdminDefaultRecipient.pm
@@ -107,7 +107,7 @@ sub Run {
$Self->_Overview();
my $Output = $Self->{LayoutObject}->Header();
$Output .= $Self->{LayoutObject}->NavigationBar();
- $Output .= $Self->{LayoutObject}->Notify( Info => 'Template updated!' );
+ $Output .= $Self->{LayoutObject}->Notify( Info => 'DefaultRecipient updated!' );
$Output .= $Self->{LayoutObject}->Output(
TemplateFile => 'AdminDefaultRecipient',
Data => \%Param,
@@ -193,7 +193,7 @@ sub Run {
$Self->_Overview();
my $Output = $Self->{LayoutObject}->Header();
$Output .= $Self->{LayoutObject}->NavigationBar();
- $Output .= $Self->{LayoutObject}->Notify( Info => 'Template added!' );
+ $Output .= $Self->{LayoutObject}->Notify( Info => 'DefaultRecipient added!' );
$Output .= $Self->{LayoutObject}->Output(
TemplateFile => 'AdminDefaultRecipient',
Data => \%Param,