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

View File

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