Improving "Accepted Cookies" terminology (#38886)

Updating text to be more descriptive and inline with our values.
pull/38944/head
Myrle Krantz 4 years ago committed by GitHub
parent cf7034ee50
commit dc381dbf8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/DataSourceSettings/DataSourceHttpSettings.tsx

@ -163,7 +163,7 @@ export const DataSourceHttpSettings: React.FC<HttpSettingsProps> = (props) => {
width={13}
tooltip="Grafana proxy deletes forwarded cookies by default. Specify cookies by name that should be forwarded to the data source."
>
Whitelisted Cookies
Accepted Cookies
</InlineFormLabel>
<TagsInput
tags={dataSourceConfig.jsonData.keepCookies}

Loading…
Cancel
Save