|  | @@ -67,7 +67,7 @@ class Timeline extends React.Component {
 | 
	
		
			
			| 67 | 67 |              <div className={classnames(`${props.customClass}__texteditor__textinput`, 'timeline__body__texteditor__textinput')}>
 | 
	
		
			
			| 68 | 68 |                <textarea
 | 
	
		
			
			| 69 | 69 |                  id='wysiwygTimelineComment'
 | 
	
		
			
			| 70 |  | -                placeholder='Taper votre message ici'
 | 
	
		
			
			|  | 70 | +                placeholder='Taper votre commentaire ici'
 | 
	
		
			
			| 71 | 71 |                  value={props.newComment}
 | 
	
		
			
			| 72 | 72 |                  onChange={props.onChangeNewComment}
 | 
	
		
			
			| 73 | 73 |                  disabled={props.disableComment}
 |