From cfc57cef63991c2b5f69277bd42f0e0120700d49 Mon Sep 17 00:00:00 2001
From: Bogdan Cochior <bogdan.cochior@thinslices.com>
Date: Fri, 28 Sep 2018 10:45:23 +0300
Subject: [PATCH] style(review): change copy for modal and decisions

---
 packages/component-manuscript/src/components/utils.js       | 4 ++--
 packages/xpub-faraday/app/config/journal/recommendations.js | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/component-manuscript/src/components/utils.js b/packages/component-manuscript/src/components/utils.js
index 8083b751f..4a3a4edef 100644
--- a/packages/component-manuscript/src/components/utils.js
+++ b/packages/component-manuscript/src/components/utils.js
@@ -198,8 +198,8 @@ export const onReviewSubmit = (
   { project, version, showModal, setFetching, isSubmitting },
 ) => {
   showModal({
-    title: 'Ready to Submit your Report?',
-    subtitle: 'Once submitted, the report can`t be modified',
+    title: 'Are you done?',
+    subtitle: 'Once submitted, the report cannot be modified.',
     confirmText: 'Submit report',
     onConfirm: ({ hideModal, setModalError }) => {
       setFetching(true)
diff --git a/packages/xpub-faraday/app/config/journal/recommendations.js b/packages/xpub-faraday/app/config/journal/recommendations.js
index da9633d4d..736effd19 100644
--- a/packages/xpub-faraday/app/config/journal/recommendations.js
+++ b/packages/xpub-faraday/app/config/journal/recommendations.js
@@ -1,15 +1,15 @@
 module.exports = [
   {
     value: 'publish',
-    label: 'Publish unaltered',
+    label: 'Publish',
   },
   {
     value: 'major',
-    label: 'Consider after major revision',
+    label: 'Major Revision',
   },
   {
     value: 'minor',
-    label: 'Consider after minor revision',
+    label: 'Minor Revision',
   },
   {
     value: 'reject',
-- 
GitLab