Skip to content

Commit

Permalink
Merge pull request #1868 from consideRatio/pr/update-msg
Browse files Browse the repository at this point in the history
Update message about repo not allowed to launch
  • Loading branch information
yuvipanda authored Jul 9, 2024
2 parents 510db6d + 9bfd6ea commit c3ca06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binderhub/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ async def get(self, provider_prefix, _unescaped_spec):
await self.emit(
{
"phase": "failed",
"message": f"Sorry, {spec} has been temporarily disabled from launching. Please contact admins for more info!",
"message": f"Sorry, {spec} is not allowed to launch. Please contact admins for more info!",
}
)
return
Expand Down

0 comments on commit c3ca06a

Please sign in to comment.