23 juillet 2015
Guillaume CUZIN
jQuery(function($) {
$(document).ready(function() {
$(".ast-woo-form-actions").text($(".ast-woo-form-actions").text().replace("Not", "Pas"));
});
});