Skip to content

Commit

Permalink
MAT-7174, fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed May 6, 2024
1 parent 694182d commit f7abe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/CreateNewLibraryDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const CreateNewLibraryDialog: React.FC<TestProps> = ({
return formikErrorHandler("cqlLibraryName");
} else {
if (formik.values.model === Model.QDM_5_6) {
return "Library name must start with an upper case letter, followed by alpha-numeric character(s) and must not contain spaces or other special characters underscore for QDM.";
return "Library name must start with an upper case letter, followed by alpha-numeric character(s) and must not contain spaces or other special characters except underscore for QDM.";
}
return "Library name must start with an upper case letter, followed by alpha-numeric character(s) and must not contain spaces or other special characters";
}
Expand Down

0 comments on commit f7abe05

Please sign in to comment.