Skip to content
Snippets Groups Projects
Commit 962f9c5d authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

change ok text for a modal

parent bd674da3
No related branches found
No related tags found
1 merge request!6Agree/Decline to work on a manuscript
...@@ -76,6 +76,7 @@ export default compose( ...@@ -76,6 +76,7 @@ export default compose(
type: modalType, type: modalType,
title: 'Agree to handling editor assignment', title: 'Agree to handling editor assignment',
subtitle: `Clicking "Agree" will assign you as Handling Editor for this Manuscript.`, subtitle: `Clicking "Agree" will assign you as Handling Editor for this Manuscript.`,
confirmText: 'Agree',
onConfirm: () => { onConfirm: () => {
handlingEditorDecision(invitation.id, project.id, true).then(() => { handlingEditorDecision(invitation.id, project.id, true).then(() => {
getCollections() getCollections()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment