Skip to content

Commit

Permalink
updated url prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
FePrHPI committed May 23, 2024
1 parent edfdc20 commit 40e776f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBBoard.class/class/promptUrl.st
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''.
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBBoard.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 40e776f

Please sign in to comment.