From d0617d5c87307d2c53f3e8ee50c9de430f35d49a Mon Sep 17 00:00:00 2001 From: Yunwen Zheng Date: Tue, 5 Aug 2025 09:01:45 -0400 Subject: [PATCH] =?UTF-8?q?FolderRepo:=20change=20badge=20from=20text=20to?= =?UTF-8?q?=20exchange-alt=20icon,=20matches=20dash=E2=80=A6=20(#109154)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit FolderRepo: change badge from text to exchange-alt icon, matches dashboard --- public/app/core/components/NestedFolderPicker/FolderRepo.tsx | 2 +- public/locales/en-US/grafana.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/core/components/NestedFolderPicker/FolderRepo.tsx b/public/app/core/components/NestedFolderPicker/FolderRepo.tsx index e149f84c75d..b4d8c2bcf26 100644 --- a/public/app/core/components/NestedFolderPicker/FolderRepo.tsx +++ b/public/app/core/components/NestedFolderPicker/FolderRepo.tsx @@ -15,5 +15,5 @@ export function FolderRepo({ folder }: Props) { return null; } - return ; + return ; } diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index c193c023bee..7ccc4929254 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -7493,7 +7493,7 @@ "loading": "Loading folders..." }, "folder-repo": { - "badge-text": "Provisioned" + "badge-tooltip": "Provisioned" }, "folders": { "get-loading-nav": {