mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-01 12:41:43 +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}
|
value={:online}
|
||||||
disabled={@force_mode != nil}
|
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.
|
This mode requires running app servers connected to Livebook Teams.
|
||||||
</.radio_card>
|
</.radio_card>
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupFormComponent do
|
||||||
value={:offline}
|
value={:offline}
|
||||||
disabled={@force_mode}
|
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.
|
Connection to Livebook Teams is not required.
|
||||||
</.radio_card>
|
</.radio_card>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue