diff --git a/front/components/assistant_builder/ActionScreen.tsx b/front/components/assistant_builder/ActionScreen.tsx index 78419d41eeb6..2dd8e933c0ee 100644 --- a/front/components/assistant_builder/ActionScreen.tsx +++ b/front/components/assistant_builder/ActionScreen.tsx @@ -331,7 +331,7 @@ export default function ActionScreen({ {noDataSources ? (
{(() => { @@ -339,31 +339,28 @@ export default function ActionScreen({ case "admin": return (
- - Visit the "Connections", "Websites" and "Folders" - sections in the Build panel to add new data - sources. - + Go to "Connections",{" "} + "Websites" and{" "} + "Folders" + sections in the Build panel to add new data sources.
); case "builder": return (
+ You can add Data Sources by visiting the "Websites" + and "Folders" sections in the Build panel. - Only Admins can activate Connections. You can add - Data Sources by visiting the "Websites" and - "Folders" sections in the Build panel. + Only Admins can activate Connections (Notion, + Driveā€¦).
); case "user": return (
- - Contact an Admin or Builder to activate - Connections, add public Websites or create - Folders. - + Contact an Admin to add Data + sources to your workspace!
); case "none": diff --git a/front/components/assistant_builder/AssistantBuilder.tsx b/front/components/assistant_builder/AssistantBuilder.tsx index 63d7c9a12892..6aec119d9b77 100644 --- a/front/components/assistant_builder/AssistantBuilder.tsx +++ b/front/components/assistant_builder/AssistantBuilder.tsx @@ -448,7 +448,7 @@ export default function AssistantBuilder({ > +
@@ -552,7 +552,7 @@ function PrevNextButtons({ setScreen: (screen: BuilderScreen) => void; }) { return ( -
+
{screen !== "instructions" && (