From 962f9c5d3871026aac4c86d5ce72fa2d9411bdf0 Mon Sep 17 00:00:00 2001
From: Alexandru Munteanu <alexandru.munt@gmail.com>
Date: Wed, 18 Apr 2018 15:32:47 +0300
Subject: [PATCH] change ok text for a modal

---
 .../src/components/Dashboard/HandlingEditorActions.js            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/components-faraday/src/components/Dashboard/HandlingEditorActions.js b/packages/components-faraday/src/components/Dashboard/HandlingEditorActions.js
index 64885e96a..d8c676896 100644
--- a/packages/components-faraday/src/components/Dashboard/HandlingEditorActions.js
+++ b/packages/components-faraday/src/components/Dashboard/HandlingEditorActions.js
@@ -76,6 +76,7 @@ export default compose(
         type: modalType,
         title: 'Agree to handling editor assignment',
         subtitle: `Clicking "Agree" will assign you as Handling Editor for this Manuscript.`,
+        confirmText: 'Agree',
         onConfirm: () => {
           handlingEditorDecision(invitation.id, project.id, true).then(() => {
             getCollections()
-- 
GitLab