diff --git a/src/components/editCqlLibrary/EditCqlLibrary.tsx b/src/components/editCqlLibrary/EditCqlLibrary.tsx index c243885..b37bd9a 100644 --- a/src/components/editCqlLibrary/EditCqlLibrary.tsx +++ b/src/components/editCqlLibrary/EditCqlLibrary.tsx @@ -263,7 +263,7 @@ const EditCqlLibrary = () => { } if (updatedContent.isUsingStatementChanged) { secondaryMessages.push( - "Using statement was incorrect. MADiE has overwritten it." + "Incorrect using statement(s) detected. MADiE has corrected it." ); } if (updatedContent.isValueSetChanged) {