From d0cf7ff8e9f14d0869564c53b89cc16331d4ab57 Mon Sep 17 00:00:00 2001 From: zsrv <95176387+zsrv@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:33:54 +0000 Subject: [PATCH] Docs: Use the correct name for the feedback_links_enabled option (#61825) Also updates the description to be more in line with the style conventions. --- docs/sources/setup-grafana/configure-grafana/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 8c003a68e36..dc936faa815 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -550,9 +550,9 @@ Optionally, use this option to override the default endpoint address for Applica
-### enable_feedback_links +### feedback_links_enabled -If set to false will remove all feedback links from the UI. Defaults to true. +Set to `false` to remove all feedback links from the UI. Default is `true`. ## [security]