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