Skip to content
Snippets Groups Projects
Commit eb147b1e authored by efalcy's avatar efalcy
Browse files

hotline #49590 : change title for alert

parent 00c5b634
Branches
Tags
2 merge requests!1896Master,!1871Hotline#49590 pas de confirmation d envoi de nl
......@@ -19,7 +19,7 @@ if (isset($this->subview))
<script type="text/javascript">
function sendNewsletterClick(event) {
var target = $(event.target).closest('a');
var answer = confirm("<?php echo $this->_("Envoyer la lettre d'information ? Si la lettre d'information est en cours d'envoi elle poursuivra sa distribution."); ?>");
var answer = confirm("<?php echo $this->_("Envoyer la lettre d'information ?"); ?>");
if (answer == false) {
event.preventDefault();
return;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment