From a6c1414eeb6bf29720d10aa5f66ff9da795bcf2b Mon Sep 17 00:00:00 2001 From: Malo Date: Mon, 8 Apr 2024 22:56:10 +0200 Subject: [PATCH] feat(20): capitalize command title --- package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nls.json b/package.nls.json index bad38a5..c408193 100644 --- a/package.nls.json +++ b/package.nls.json @@ -1,3 +1,3 @@ { - "vscode-jsonpath.commands.copy": "Copy json path" + "vscode-jsonpath.commands.copy": "Copy Json Path" }