diff --git a/Squello-Core.package/SPBBoard.class/class/promptUrl.st b/Squello-Core.package/SPBBoard.class/class/promptUrl.st index c0858ebd..4ca93192 100644 --- a/Squello-Core.package/SPBBoard.class/class/promptUrl.st +++ b/Squello-Core.package/SPBBoard.class/class/promptUrl.st @@ -2,6 +2,6 @@ startup promptUrl ^ FillInTheBlank - request: 'Please enter GitHub URL of your project board or your repository:' + request: 'Please enter GitHub URL of your project board or your repository or enter "local.x" for a local board:' initialAnswer: (self lastProject ifNotNil: [self lastProject] ifNil: ['']) onCancelReturn: ''. \ No newline at end of file diff --git a/Squello-Core.package/SPBBoard.class/methodProperties.json b/Squello-Core.package/SPBBoard.class/methodProperties.json index a76e36c3..51b079fd 100644 --- a/Squello-Core.package/SPBBoard.class/methodProperties.json +++ b/Squello-Core.package/SPBBoard.class/methodProperties.json @@ -7,7 +7,7 @@ "newLocalWith:" : "FP 5/23/2024 09:43", "newWith:" : "mcr 8/4/2022 01:09", "open" : "FP 5/23/2024 09:26", - "promptUrl" : "mcr 8/4/2022 01:31", + "promptUrl" : "FP 5/23/2024 11:00", "registerInAppsMenu" : "lo 6/4/2022 23:19" }, "instance" : { "activeCard" : "mcr 8/1/2022 02:31",