From 239c5bece941a13a8b7c9d13c55bc68356ffa699 Mon Sep 17 00:00:00 2001 From: Ming Date: Mon, 31 Jul 2017 21:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A0=90=E8=A8=AD=20section?= =?UTF-8?q?=20=E7=9A=84=20placeholder=20(#253)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ShareExperience/InterviewForm/index.js | 2 +- src/components/ShareExperience/WorkExperiencesForm/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ShareExperience/InterviewForm/index.js b/src/components/ShareExperience/InterviewForm/index.js index 3eab18478..64dca7163 100644 --- a/src/components/ShareExperience/InterviewForm/index.js +++ b/src/components/ShareExperience/InterviewForm/index.js @@ -28,7 +28,7 @@ import { import helmetData from '../../../constants/helmetData'; import { INVALID, INTERVIEW_FORM_ORDER } from '../../../constants/formElements'; -const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:面試過程') => { +const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:面試方式') => { const section = { id, subtitle, diff --git a/src/components/ShareExperience/WorkExperiencesForm/index.js b/src/components/ShareExperience/WorkExperiencesForm/index.js index 7ee16bda8..18dd7ea32 100644 --- a/src/components/ShareExperience/WorkExperiencesForm/index.js +++ b/src/components/ShareExperience/WorkExperiencesForm/index.js @@ -28,7 +28,7 @@ import styles from './WorkExperiencesForm.module.css'; import helmetData from '../../../constants/helmetData'; import { INVALID, WORK_FORM_ORDER } from '../../../constants/formElements'; -const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:工作環境') => { +const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:實際工作內容') => { const section = { id, subtitle,