From 7ad468ba8226b4adaeff502965a96a4446ed6363 Mon Sep 17 00:00:00 2001 From: Chris Morrow Date: Thu, 15 Oct 2020 02:06:53 -0400 Subject: [PATCH] Prometheus: Data source settings page help wording. (#28274) * Add a space between: "handled." and "Server". This text is .. a little ambiguous, is it: "handled.Server()..." or: "handled. Server should...." Punctuation it matters. https://i.pinimg.com/originals/ad/db/a1/addba11374256fd0b1d679a595f57d9b.jpg * Fix the sentence to be readable. --- .../components/DataSourceSettings/DataSourceHttpSettings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx b/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx index 53f2146d3ef..113e178e74a 100644 --- a/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx +++ b/packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx @@ -37,9 +37,9 @@ const HttpAccessHelp = () => (

Access mode controls how requests to the data source will be handled. - Server +  Server {' '} - should be the preferred way if nothing else stated. + should be the preferred way if nothing else is stated.

Server access mode (Default):