diff --git a/package.json b/package.json index 370af33..023eb3a 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,14 @@ "actions": [ { "id": "impreciseResults", - "title": "Imprecise results", + "title": "References: Search mode", "command": "open", "commandArguments": [ "https://sourcegraph.com/extensions/sourcegraph/python" ], "actionItem": { - "label": "Imprecise results", - "description": "These locations are computed using heuristics. Use the Python language server for precise results." + "label": "References: Search mode", + "description": "Results come from text search and heuristics. To use a language server for precise results, click to go to the README and follow the deployment instructions." } } ],