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