From 9cd069f2c5ee9a8107236dbafab625d68754c564 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 22 Jul 2019 13:35:12 +0200 Subject: [PATCH] Graph: fix time label description for datalink suggestions (#18214) --- public/app/features/panel/panellinks/link_srv.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/panel/panellinks/link_srv.ts b/public/app/features/panel/panellinks/link_srv.ts index a9d8c399fe0..7b14b4f5187 100644 --- a/public/app/features/panel/panellinks/link_srv.ts +++ b/public/app/features/panel/panellinks/link_srv.ts @@ -39,7 +39,7 @@ export const getDataLinksVariableSuggestions = (): VariableSuggestion[] => [ }, { value: `${DataLinkBuiltInVars.valueTime}`, - documentation: "Adds narrowed down time range relative to data point's timestamp", + documentation: 'Time value of the clicked datapoint (in ms epoch)', origin: VariableOrigin.BuiltIn, }, ];