X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fmarketing.php;h=77ee08d6ff971373c106d0718dc8c6ace3331c7f;hb=63f06a435ff8e9c058b1dee1eb97fff99606d490;hp=fbc9b07caa442006acd56505b6df45ea457619e7;hpb=52e5a81679cde60a6609e893352b6dface9e1e08;p=platal.git diff --git a/modules/marketing.php b/modules/marketing.php index fbc9b07..77ee08d 100644 --- a/modules/marketing.php +++ b/modules/marketing.php @@ -136,7 +136,7 @@ class MarketingModule extends PLModule $market = new Marketing($uid, Post::v('to'), 'default', null, 'staff'); } $market->send(Post::v('title'), Post::v('message')); - $page->trigSuccess("Mail envoyé"); + $page->trigSuccess("Email envoyé"); } if ($action == 'insrel') {