$(document).ajaxComplete(function(){
    $('.detail-btn:not(.print-btn)').text(specialsWidgetLocaleStrings.details);
    $('.specialPrintableSection').each(function(){
        $('.image', this).after($('.title[itemprop=itemOffered]', this));
    });
});