Skip to content

Commit

Permalink
Merge pull request #2218 from Siemens-Healthineers/fix/incorrect-erro…
Browse files Browse the repository at this point in the history
…r-displayed-during-comp-creation-2215

fix(importCDX): Update failed component creation error message

Reviewed by: [email protected]
Tested  by: [email protected]
  • Loading branch information
ag4ums authored Jan 10, 2024
2 parents deedeef + b5f6cb4 commit 3e59dc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ErrorMessages {
public static final String PROJECT_NAMING_ERROR = "Name of project cannot contain only space characters.";
public static final String CLOSED_UPDATE_NOT_ALLOWED = "User cannot edit a closed project";
public static final String COMPONENT_NOT_ADDED = "Component could not be added.";
public static final String COMPONENT_DUPLICATE = "A component with the same name already exists.";
public static final String COMPONENT_DUPLICATE = "A component with the same name or VCS already exists.";
public static final String COMPONENT_NAMING_ERROR = "Name and Categories of component cannot contain only space characters.";
public static final String RELEASE_NOT_ADDED = "Release could not be added.";
public static final String RELEASE_DUPLICATE = "A release with the same name and version already exists.";
Expand Down

0 comments on commit 3e59dc7

Please sign in to comment.