Skip to content
Snippets Groups Projects
Commit cfc57cef authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

style(review): change copy for modal and decisions

parent 652e6b10
No related branches found
No related tags found
1 merge request!58Sprint #20 - Goal - Reviewers submit report
......@@ -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)
......
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',
......
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