Skip to content

Commit

Permalink
Change copy: deploy notebooks -> deploy livebook apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobarauna committed May 10, 2024
1 parent f78e770 commit f6a5824
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupFormComponent do
</label>
<div class="flex gap-y-6 sm:gap-x-4">
<.radio_card field={@form[:mode]} title="Online" value={:online}>
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>
<.radio_card field={@form[:mode]} title="Airgapped" value={:offline}>
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 f6a5824

Please sign in to comment.