Improving "Accepted Cookies" terminology (#38886)

Updating text to be more descriptive and inline with our values.
This commit is contained in:
Myrle Krantz 2021-09-06 16:28:31 +02:00 committed by GitHub
parent cf7034ee50
commit dc381dbf8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}