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, }, ];