Skip to content

Commit

Permalink
Merge pull request #2409 from TimaQT/features/timaqt/EMBCESSMOD-5645
Browse files Browse the repository at this point in the history
EMBCESSMOD-5645 - Add Case Notes Warning content updated
  • Loading branch information
ytqsl authored Jul 23, 2024
2 parents ff9aad7 + e00d081 commit 4f03d80
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ export const newRegWizardEssFileCreatedMessage: DialogContent = {
};

export const addCaseNotesMessage: DialogContent = {
text: '<p>Are you sure you don&#39;t want to add any <strong>case notes</strong> before exiting?</p>',
confirmButton: 'Add Case Notes',
cancelButton: 'Exit'
text: '<p>Would you like to <strong>add case notes</strong> before exiting the wizard?</p>',
confirmButton: 'Yes, Add Case Notes',
cancelButton: 'No, Exit Wizard'
};

export const newRegWizardProfileUpdatedMessage: DialogContent = {
Expand Down

0 comments on commit 4f03d80

Please sign in to comment.