diff --git a/lib/livebook_web/live/hub/teams/deployment_group_form_component.ex b/lib/livebook_web/live/hub/teams/deployment_group_form_component.ex index 44d6b6baa..e95b6b92f 100644 --- a/lib/livebook_web/live/hub/teams/deployment_group_form_component.ex +++ b/lib/livebook_web/live/hub/teams/deployment_group_form_component.ex @@ -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. @@ -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.