From 243a1d78966fa4feff41e0563953216481ed5d0a Mon Sep 17 00:00:00 2001 From: adongare Date: Tue, 3 Dec 2024 09:16:28 -0500 Subject: [PATCH] MAT-7652 CQL Validation - Multiple Using Statements --- src/components/editCqlLibrary/EditCqlLibrary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {