Skip to content

Commit 5ec9020

Browse files
committed
Merge branch 'feature/group_history_by_date' of github.com:halcyon-tech/vscode-db2i into feature/group_history_by_date
2 parents 4538645 + a8558fd commit 5ec9020

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
},
198198
{
199199
"id": "queryHistory",
200-
"name": "Query History",
200+
"name": "Statement History",
201201
"visibility": "visible",
202202
"when": "code-for-ibmi:connected == true"
203203
},
@@ -222,7 +222,7 @@
222222
"viewsWelcome": [
223223
{
224224
"view": "queryHistory",
225-
"contents": "Query history will appear here."
225+
"contents": "Statement history will appear here."
226226
},
227227
{
228228
"view": "jobManager",
@@ -367,13 +367,13 @@
367367
},
368368
{
369369
"command": "vscode-db2i.queryHistory.remove",
370-
"title": "Remove query from history",
370+
"title": "Remove statement from history",
371371
"category": "Db2 for i",
372372
"icon": "$(trash)"
373373
},
374374
{
375375
"command": "vscode-db2i.queryHistory.clear",
376-
"title": "Clear query history",
376+
"title": "Clear statement history",
377377
"category": "Db2 for i",
378378
"icon": "$(trash)"
379379
},

0 commit comments

Comments
 (0)