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 9fd47546d17..cd1e7a2b8d2 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
@@ -51,12 +51,12 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupFormComponent do
<.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 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.