Kaynağa Gözat

renamed placeholder of timeline textarea

Skylsmoi 8 yıl önce
ebeveyn
işleme
70f6f9d041
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/component/Timeline/Timeline.jsx

+ 1 - 1
src/component/Timeline/Timeline.jsx Dosyayı Görüntüle

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