Skip to content

Commit 82ee0f5

Browse files
committed
fix: remove unused browser actions from chat localization
1 parent 545cd5a commit 82ee0f5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -327,15 +327,7 @@
327327
"previous": "Previous",
328328
"next": "Next"
329329
},
330-
"sessionStarted": "Browser Session Started",
331-
"actions": {
332-
"launch": "Launch browser at {{url}}",
333-
"click": "Click ({{coordinate}})",
334-
"type": "Type \"{{text}}\"",
335-
"scrollDown": "Scroll down",
336-
"scrollUp": "Scroll up",
337-
"close": "Close browser"
338-
}
330+
"sessionStarted": "Browser Session Started"
339331
},
340332
"codeblock": {
341333
"tooltips": {

0 commit comments

Comments
 (0)