From 44c480eb846ff9333f864d0dc1e13db56bef4a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Tue, 14 May 2024 13:54:08 -0300 Subject: [PATCH] Change copy: deploy notebooks -> deploy livebook apps (#2597) --- .../live/hub/teams/deployment_group_form_component.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.