Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.6, 4.6.3
-
Fix Version/s: 4.6.4
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
Description
I'm using civicrm with french translation and the confirmation script to delete contact image is broken.
The original string :
'Are you sure you want to delete contact image.'
is translated by
'Etes-vous sûr de vouloir supprimer l'image du contact.'
The added apostrophe isn't escaped and break js.
—
see CRM_Contact_Form_Contact
function buildQuickForm()