Change copy: deploy notebooks -> deploy livebook apps (#2597)

This commit is contained in:
Hugo Baraúna 2024-05-14 13:54:08 -03:00 committed by GitHub
parent c0b85acb0a
commit 44c480eb84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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