Skip to content

Commit

Permalink
fix update detail to 'Refresh dashboard.' for context.grafana.refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitPinchuk committed Feb 7, 2024
1 parent 5e329d3 commit 1c7aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const EDITOR_BASE_CONTEXT_SUGGESTIONS: CodeEditorSuggestionItem[] = [
{
label: 'context.grafana.refresh',
kind: CodeEditorSuggestionItemKind.Method,
detail: 'Interpolate all variables.',
detail: 'Refresh dashboard.',
},

/**
Expand Down

0 comments on commit 1c7aae0

Please sign in to comment.