From 23ab9796c3f8ffb8102d8827eb8cf9ca90c39759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Wed, 3 Apr 2024 17:26:24 -0300 Subject: [PATCH] Some changes to the copy related to deployment groups (#2542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José Valim --- .../live/hub/edit/team_component.ex | 2 +- .../hub/teams/deployment_group_component.ex | 20 +++++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/lib/livebook_web/live/hub/edit/team_component.ex b/lib/livebook_web/live/hub/edit/team_component.ex index 1b4164192..3606d48b1 100644 --- a/lib/livebook_web/live/hub/edit/team_component.ex +++ b/lib/livebook_web/live/hub/edit/team_component.ex @@ -208,7 +208,7 @@ defmodule LivebookWeb.Hub.Edit.TeamComponent do

- Deployment groups allow you to deploy notebooks to self-hosted machines with the click of a button. + Deployment groups allow you to deploy Livebook apps to self-hosted machines with the click of a button.

<.no_entries :if={@deployment_groups == []}> diff --git a/lib/livebook_web/live/hub/teams/deployment_group_component.ex b/lib/livebook_web/live/hub/teams/deployment_group_component.ex index 353783e06..c01977d0f 100644 --- a/lib/livebook_web/live/hub/teams/deployment_group_component.ex +++ b/lib/livebook_web/live/hub/teams/deployment_group_component.ex @@ -91,7 +91,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupComponent do