mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Improving "Accepted Cookies" terminology (#38886)
Updating text to be more descriptive and inline with our values.
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user