mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Github: fix error message
This commit is contained in:
@@ -64,7 +64,7 @@ public class GithubShareDialog extends DialogWrapper {
|
||||
return;
|
||||
}
|
||||
if (!GITHUB_REPO_PATTERN.matcher(repositoryName).matches()){
|
||||
setErrorText("Invalid repository name. Name should consist of letters, numbers, dashes and underscores");
|
||||
setErrorText("Invalid repository name. Name should consist of letters, numbers, dashes, dots and underscores");
|
||||
setOKActionEnabled(false);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user