Skip to content

Commit

Permalink
Change copy: deploy notebooks -> deploy livebook apps (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobarauna authored May 14, 2024
1 parent c0b85ac commit 44c480e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 44c480e

Please sign in to comment.