Fix a typo (#2824)

This commit is contained in:
zhihuz 2024-10-15 19:47:14 +08:00 committed by Jonatan Kłosko
parent f082c64c93
commit 1edfea290a

View file

@ -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..."