You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dlab.apache.org by GitBox <gi...@apache.org> on 2020/03/10 16:30:53 UTC

[GitHub] [incubator-dlab] ofuks commented on a change in pull request #641: [DLAB-1555] the warning message is adjusted

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_r390447184
 
 

 ##########
 File path: services/self-service/src/main/java/com/epam/dlab/backendapi/domain/CreateProjectDTO.java
 ##########
 @@ -15,7 +15,7 @@
 	private final Set<String> groups;
 	@NotNull final Set<String> endpoints;
 	@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:
   Do we need space before "format"?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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