Skip to content

Commit

Permalink
MAT-7652 CQL Validation - Multiple Using Statements
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Dec 3, 2024
1 parent 7b1abd5 commit 243a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/editCqlLibrary/EditCqlLibrary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 243a1d7

Please sign in to comment.