Fix i18n.
This commit is contained in:
parent
c670b130f6
commit
09a37e2393
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ property thankYouMessage => (
|
|||
);
|
||||
sub _thankYouMessage_default {
|
||||
my $session = shift->session;
|
||||
my $i18n = WebGUI::International->new($session, "Asset_Donation");
|
||||
my $i18n = WebGUI::International->new($session, "Asset_FlatDiscount");
|
||||
return $i18n->get("default thank you message");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue