From c136f7da39dda5b782a9308096920d35b795884c Mon Sep 17 00:00:00 2001 From: Kamal Galrani Date: Mon, 13 Jul 2020 12:05:40 +0530 Subject: [PATCH] removes erroneous $ (#26257) --- public/app/features/admin/AdminOrgsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/admin/AdminOrgsTable.tsx b/public/app/features/admin/AdminOrgsTable.tsx index f2ec8c59f7d..e581478a5db 100644 --- a/public/app/features/admin/AdminOrgsTable.tsx +++ b/public/app/features/admin/AdminOrgsTable.tsx @@ -40,7 +40,7 @@ export const AdminOrgsTable: FC = ({ orgs, onDelete }) => { title="Delete" body={
- Are you sure you want to delete `${deleteOrg.name}`? + Are you sure you want to delete '{deleteOrg.name}'?
All dashboards for this organization will be removed!
}