From b7b7e7ae24a32ec5a48e35bcbb26fc3b0c9f4845 Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 10 Apr 2020 14:28:20 +0200 Subject: [PATCH] Edit Collection - Assign Roles/Groups (Angular) - correct workflowgroup descriptions --- resources/i18n/en.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/i18n/en.json5 b/resources/i18n/en.json5 index e9139e17e1..95559b2f5b 100644 --- a/resources/i18n/en.json5 +++ b/resources/i18n/en.json5 @@ -803,17 +803,17 @@ "comcol-role.edit.editor.name": "Editors", - "comcol-role.edit.editor.description": "Editors are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.", + "comcol-role.edit.editor.description": "Editors are able to edit the metadata of incoming submissions, and then accept or reject them.", "comcol-role.edit.finaleditor.name": "Final editors", - "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, and then accept or reject them.", + "comcol-role.edit.finaleditor.description": "Final editors are able to edit the metadata of incoming submissions, but will not be able to reject them.", "comcol-role.edit.reviewer.name": "Reviewers", - "comcol-role.edit.reviewer.description": "Reviewers are able to edit the metadata of incoming submissions, but will not be able to reject them.", + "comcol-role.edit.reviewer.description": "Reviewers are able to accept or reject incoming submissions. However, they are not able to edit the submission's metadata.",