From 4b271f27fbb73541a691562cf481e4357a82a267 Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Thu, 6 Feb 2020 19:23:38 +0100 Subject: [PATCH] Fix bad grammar in Dashboard Link page (#21984) --- .../dashboard/components/DashLinks/DashLinksEditorCtrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts b/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts index c5386e5906d..6893677396a 100644 --- a/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts +++ b/public/app/features/dashboard/components/DashLinks/DashLinksEditorCtrl.ts @@ -26,7 +26,7 @@ export class DashLinksEditorCtrl { buttonTitle: 'Add Dashboard Link', infoBox: { __html: `

- Dashboard Links allow you to place links to other dashboards and web sites directly in below the dashboard + Dashboard Links allow you to place links to other dashboards and web sites directly below the dashboard header.

`, },