2
0
Эх сурвалжийг харах

refs 114888: change 'answer' to 'send'

Futa Arai 3 жил өмнө
parent
commit
7e7b184c83

+ 1 - 1
packages/app/public/static/locales/en_US/commons.json

@@ -97,7 +97,7 @@
 
 
   "questionnaire_modal": {
   "questionnaire_modal": {
     "required": "Required",
     "required": "Required",
-    "answer": "Answer",
+    "send": "Send",
     "close": "Close",
     "close": "Close",
     "title": "GROWI questionnaire for service improvement",
     "title": "GROWI questionnaire for service improvement",
     "more_satisfied_services": "We hope that GROWI customers will be even more satisfied",
     "more_satisfied_services": "We hope that GROWI customers will be even more satisfied",

+ 1 - 1
packages/app/public/static/locales/ja_JP/commons.json

@@ -96,7 +96,7 @@
 
 
   "questionnaire_modal": {
   "questionnaire_modal": {
     "required": "必須",
     "required": "必須",
-    "answer": "回答する",
+    "send": "送信する",
     "close": "閉じる",
     "close": "閉じる",
     "title": "GROWI サービス改善のためのアンケート",
     "title": "GROWI サービス改善のためのアンケート",
     "more_satisfied_services": "GROWI をご利用の皆さまに更にご満足いただけるよう",
     "more_satisfied_services": "GROWI をご利用の皆さまに更にご満足いただけるよう",

+ 1 - 1
packages/app/public/static/locales/zh_CN/commons.json

@@ -97,7 +97,7 @@
 
 
   "questionnaire_modal": {
   "questionnaire_modal": {
     "required": "必需的",
     "required": "必需的",
-    "answer": "答案是",
+    "send": "发送",
     "close": "Close",
     "close": "Close",
     "title": "改善服务的GROWI调查表",
     "title": "改善服务的GROWI调查表",
     "more_satisfied_services": "我们希望让使用GROWI的人更加满意",
     "more_satisfied_services": "我们希望让使用GROWI的人更加满意",

+ 1 - 1
packages/app/src/components/Questionnaire/ProactiveQuestionnaireModal.tsx

@@ -134,7 +134,7 @@ const ProactiveQuestionnaireModal = (props: ModalProps): JSX.Element => {
                 <textarea className="col-sm-7 form-control" name="commentText" id="commentText" rows={5} required/>
                 <textarea className="col-sm-7 form-control" name="commentText" id="commentText" rows={5} required/>
               </div>
               </div>
               <div className="text-center mt-5">
               <div className="text-center mt-5">
-                <button type="submit" className="btn btn-primary">{t('questionnaire_modal.answer')}</button>
+                <button type="submit" className="btn btn-primary">{t('questionnaire_modal.send')}</button>
               </div>
               </div>
               <div className="text-center my-3">
               <div className="text-center my-3">
                 <span style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={onClose}>{t('questionnaire_modal.close')}</span>
                 <span style={{ cursor: 'pointer', textDecoration: 'underline' }} onClick={onClose}>{t('questionnaire_modal.close')}</span>