diff --git a/backend/alembic/versions/da4c21c69164_chosen_assistants_changed_to_jsonb.py b/backend/alembic/versions/da4c21c69164_chosen_assistants_changed_to_jsonb.py
index e94ab75fb1..95b53cbeb4 100644
--- a/backend/alembic/versions/da4c21c69164_chosen_assistants_changed_to_jsonb.py
+++ b/backend/alembic/versions/da4c21c69164_chosen_assistants_changed_to_jsonb.py
@@ -13,8 +13,8 @@ from sqlalchemy.dialects import postgresql
# revision identifiers, used by Alembic.
revision = "da4c21c69164"
down_revision = "c5b692fa265c"
-branch_labels = None
-depends_on = None
+branch_labels: None = None
+depends_on: None = None
def upgrade() -> None:
diff --git a/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx b/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx
index 881076eb41..4193c75d95 100644
--- a/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx
+++ b/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx
@@ -295,14 +295,14 @@ export const SlackBotCreationForm = ({
[Optional] Data Sources and Prompts
- Use either a Persona or Document Sets to control how
- DanswerBot answers.
+ Use either an Assistant or Document Sets to control
+ how DanswerBot answers.
-
- You should use a Persona if you also want to customize
- the prompt and retrieval settings.
+ You should use an Assistant if you also want to
+ customize the prompt and retrieval settings.
-
You should use Document Sets if you just want to control
@@ -313,8 +313,9 @@ export const SlackBotCreationForm = ({
NOTE: whichever tab you are when you submit the form
will be the one that is used. For example, if you are on the
- "Personas" tab, then the Persona will be used,
- even if you have Document Sets selected.
+ "Assistants" tab, then the Assistant and its
+ attached knowledge will be used, even if you have Document
+ Sets selected.
@@ -324,7 +325,7 @@ export const SlackBotCreationForm = ({
>
Document Sets
- Personas
+ Assistants
@@ -385,7 +386,7 @@ export const SlackBotCreationForm = ({
{