From a977aa9d03a2a82db1e83ef6e00b7f1da3a86675 Mon Sep 17 00:00:00 2001 From: Alyssa Joyner <58453566+alyssajoyner@users.noreply.github.com> Date: Tue, 15 Jul 2025 14:22:21 -0600 Subject: [PATCH] [InfluxDb]: Fix DBRP mapping typo (#108152) --- .../editor/config-v2/UrlAndAuthenticationSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/plugins/datasource/influxdb/components/editor/config-v2/UrlAndAuthenticationSection.tsx b/public/app/plugins/datasource/influxdb/components/editor/config-v2/UrlAndAuthenticationSection.tsx index 263e0b45865..49e4a2074aa 100644 --- a/public/app/plugins/datasource/influxdb/components/editor/config-v2/UrlAndAuthenticationSection.tsx +++ b/public/app/plugins/datasource/influxdb/components/editor/config-v2/UrlAndAuthenticationSection.tsx @@ -121,8 +121,8 @@ export const UrlAndAuthenticationSection = (props: Props) => { {requiresDbrpMapping && ( - InfluxDB OSS 1.x and 2.x users must configure a Database + Retention Policy (DBRP) mapping via the CLI or - API before data can be queried.{' '} + {`${options.jsonData.product} requires a Database + Retention Policy (DBRP) mapping via the CLI or + API before data can be queried.`}{' '} Learn how to set this up