diff --git a/src/components/ConfirmActionPopup.tsx b/src/components/ConfirmActionPopup.tsx index f0a633f..649ca01 100644 --- a/src/components/ConfirmActionPopup.tsx +++ b/src/components/ConfirmActionPopup.tsx @@ -100,7 +100,7 @@ const ConfirmActionPopup: React.FC = ({ - {actionType === 'publish' ? 'Please confirm that ALL the following items are verified (by ticking the checkboxes) before you can {actionType}':'Please select the reason(s) for rejection by ticking the checkboxes below and provide a comment to proceed with rejecting the action:'} + {actionType === 'publish' ?`Please confirm that ALL the following items are verified (by ticking the checkboxes) before you can ${actionType}`:'Please select the reason(s) for rejection by ticking the checkboxes below and provide a comment to proceed with rejecting the action:'}