X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.test_email.php;h=ebdce6e1fda48be147d5eb2bcd98257c31cc536a;hb=655f53142c1af3bac8df90d62af0545493664467;hp=80ad621569d8b03eec1c4984340721e1449046cd;hpb=58d1d33c646a2c67244dd12398b993ce850b9b69;p=platal.git diff --git a/plugins/function.test_email.php b/plugins/function.test_email.php index 80ad621..ebdce6e 100644 --- a/plugins/function.test_email.php +++ b/plugins/function.test_email.php @@ -20,7 +20,7 @@ ***************************************************************************/ function smarty_function_test_email($params, &$smarty) { - $label = isset($params['title']) ? $params['title'] : 'Envoyer un mail de test'; + $label = isset($params['title']) ? $params['title'] : 'Envoyer un email de test'; $token = "'" . S::v('xsrf_token') . (isset($params['forlife']) ? "', " : "'"); $forlife = isset($params['forlife']) ? "'" . $params['forlife'] . "'" : ''; return '
'