mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-10 21:46:46 +08:00
Fix a typo (#2824)
This commit is contained in:
parent
e487c56d1c
commit
efbc36a6f7
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ defimpl Livebook.Hubs.Provider, for: Livebook.Hubs.Team do
|
|||
"You are running an offline Workspace for deployment. You cannot modify its settings."
|
||||
|
||||
team.user_id == nil ->
|
||||
"You are running a Livebook app server. This worksace is in read-only mode."
|
||||
"You are running a Livebook app server. This workspace is in read-only mode."
|
||||
|
||||
reason = TeamClient.get_connection_status(team.id) ->
|
||||
"Cannot connect to Teams: #{reason}.\nWill attempt to reconnect automatically..."
|
||||
|
|
Loading…
Add table
Reference in a new issue