From ab2ea699ce1259d36f1c75fe7641300c4c2a53c3 Mon Sep 17 00:00:00 2001 From: Jeff Bruemmer <jeff.bruemmer@gmail.com> Date: Wed, 5 Apr 2023 11:13:43 -0400 Subject: [PATCH] update metabot admin copy (#29832) --- frontend/src/metabase/admin/settings/selectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/metabase/admin/settings/selectors.js b/frontend/src/metabase/admin/settings/selectors.js index b32d9b717c4..df9237a1e20 100644 --- a/frontend/src/metabase/admin/settings/selectors.js +++ b/frontend/src/metabase/admin/settings/selectors.js @@ -593,7 +593,7 @@ const SECTIONS = updateSectionsWithPlugins({ { key: "is-metabot-enabled", display_name: t`Enable Metabot`, - description: t`Metabot is in Alpha, and in general LargeLanguageModel generated SQL should be examined carefully before using its results in critical applications. By using Metabot, you agree to share prompt and resultant queries with Metabase to help us improve Metabot’s performance.`, + description: t`Metabot is in alpha, and in general you should always examine SQL queries generated by large language models (LLMs) before using their results in critical applications. By using Metabot, you agree to share your prompts and their resultant queries with Metabase to help us improve Metabot’s performance.`, type: "boolean", }, { -- GitLab