Skip to content
Snippets Groups Projects
Verified Commit 565d6a79 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Fix ServerMessages

parent 17b38749
No related branches found
No related tags found
3 merge requests!44Release 0.6,!43Merge f-GRPC-main to dev,!42DEPS: Update proto and fix breaking changes
Pipeline #15884 passed
......@@ -120,7 +120,7 @@ public class ServerMessages {
new Message(
MessageType.Error,
MessageCode.MESSAGE_CODE_TARGET_PATH_EXISTS,
"This target path already exists and is owned by another entity.");
"This target path does already exist.");
public static final Message PROPERTY_HAS_NO_UNIT =
new Message(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment