data->get_api()->get_country() == "fr"){
$s = '
'.
'
Votre demande de devis a bien été enregistrée
'.
'
L\'un de nos conseillers va maintenant traiter votre demande d\'inscription.
'.
'
Il vous confirmera votre inscription sous 48 heures.
'.
'
';
} else {
$s = ''.
'
Thank you
'.
'
We received your information and one of our account managers will contact you shortly to help you get started and receive leads.
'.
'
';
}
$s .= $this->data->get_parameter("success_more_text_ty", "");
return $s;
}
}