When setting the language to French and activating the reminder function for reservations, the page do not completely load due a ' in the text of the translation in the javascript code responsible to create the pdf when an user wants to edit a reservation. It's then impossible to submit new changes. Version 2.8.6.2
The 2 problematic strings are in fr_fr.php:
$strings['ReminderBeforeStart'] = "avant l'heure de début";
$strings['ReminderBeforeEnd'] = "après l'heure de fin";