diff --git a/public/app/features/panel/panellinks/link_srv.ts b/public/app/features/panel/panellinks/link_srv.ts index dc85e13d7fe..c8a3f22ce74 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, }, ];