ofuks commented on a change in pull request #641: [DLAB-1555] the warning 
message is adjusted
URL: https://github.com/apache/incubator-dlab/pull/641#discussion_r390447319
 
 

 ##########
 File path: 
services/self-service/src/main/java/com/epam/dlab/backendapi/domain/ProjectDTO.java
 ##########
 @@ -21,7 +21,7 @@
        @NotNull
        private final Set<String> groups;
        @NotNull
-       @Pattern(regexp = "^ssh-.*\\n", message = "Wrong key format. Key should 
be in openSSH format")
+       @Pattern(regexp = "^ssh-.*\\n", message = "format is incorrect. Please 
use the openSSH format")
 
 Review comment:
   The same here

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@dlab.apache.org
For additional commands, e-mail: dev-h...@dlab.apache.org

Reply via email to