Skip to content

Commit

Permalink
Merge branch 'feature/APPEALS-60433' into Ki/APPEALS-54280
Browse files Browse the repository at this point in the history
  • Loading branch information
KiMauVA authored Oct 25, 2024
2 parents ab29733 + ca728f0 commit e122f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const AddTaskModalCorrespondenceDetails = ({

return (
<Modal
title="Add New Task"
title="Add task to correspondence"
closeHandler={handleClose}
confirmButton={
<Button
Expand Down
2 changes: 1 addition & 1 deletion client/constants/CORRESPONDENCE_DETAILS_BANNERS.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

"completeTaskNotRelatedBanner": {
"title": "Success",
"message": "You have successfully created an %s task.",
"message": "You have successfully created a %s task.",
"type": "success"
},

Expand Down

0 comments on commit e122f59

Please sign in to comment.