mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-29 19:20:46 +08:00
Change copy: deploy notebooks -> deploy livebook apps (#2597)
This commit is contained in:
parent
c0b85acb0a
commit
44c480eb84
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupFormComponent do
|
|||
value={:online}
|
||||
disabled={@force_mode != nil}
|
||||
>
|
||||
Deploy notebooks to your infrastructure with the click of a button.
|
||||
Deploy Livebook apps to your infrastructure with the click of a button.
|
||||
This mode requires running app servers connected to Livebook Teams.
|
||||
</.radio_card>
|
||||
|
||||
|
@ -73,7 +73,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupFormComponent do
|
|||
value={:offline}
|
||||
disabled={@force_mode}
|
||||
>
|
||||
Manually deploy notebooks to your infrastructure via Dockerfiles.
|
||||
Manually deploy Livebook apps to your infrastructure via Dockerfiles.
|
||||
Connection to Livebook Teams is not required.
|
||||
</.radio_card>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue