diff --git a/backend/prisma/seed/config.seed.ts b/backend/prisma/seed/config.seed.ts index bf856d3..52509ce 100644 --- a/backend/prisma/seed/config.seed.ts +++ b/backend/prisma/seed/config.seed.ts @@ -55,7 +55,7 @@ const configVariables: Prisma.ConfigCreateInput[] = [ { key: "ENABLE_EMAIL_RECIPIENTS", description: - "Whether to send emails to recipients. Only set this to true if you entered the host, port, email and password of your SMTP server.", + "Whether to send emails to recipients. Only set this to true if you entered the host, port, email, user and password of your SMTP server.", type: "boolean", value: "false", secret: false, diff --git a/frontend/src/components/admin/AdminConfigTable.tsx b/frontend/src/components/admin/AdminConfigTable.tsx index 3ff883e..1cea978 100644 --- a/frontend/src/components/admin/AdminConfigTable.tsx +++ b/frontend/src/components/admin/AdminConfigTable.tsx @@ -65,7 +65,7 @@ const AdminConfigTable = () => {