diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index 937d76c0..4ea590fe 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -738,8 +738,8 @@ function KnowledgeSourcesPage() { Restore Flow } - title="Restore default Agent flow" - description="This restores defaults and discards all custom settings and overrides. This can't be undone." + title="Restore default Retrieval flow" + description="This restores defaults and discards all custom settings and overrides. This can’t be undone." confirmText="Restore" variant="destructive" onConfirm={handleRestoreRetrievalFlow} @@ -772,8 +772,18 @@ function KnowledgeSourcesPage() { Edit in Langflow } - title="Edit Agent flow in Langflow" - description="You're entering Langflow. You can edit the Agent flow and other underlying flows. Manual changes to components, wiring, or I/O can break this experience.\nYou can restore this flow from Settings." + title="Edit Retrieval flow in Langflow" + description={ + <> +
+ You're entering Langflow. You can edit the{" "} + Retrieval flow and other underlying flows. Manual + changes to components, wiring, or I/O can break this + experience. +
+You can restore this flow from Settings.
+ > + } confirmText="Proceed" confirmIcon={+ You're entering Langflow. You can edit the{" "} + Ingest flow and other underlying flows. Manual + changes to components, wiring, or I/O can break this + experience. +
+You can restore this flow from Settings.
+ > + } confirmText="Proceed" confirmIcon={