Skip to content

Commit 0e5e1b8

Browse files
committed
fix: remove unused browser actions from chat localization
1 parent 4ec5858 commit 0e5e1b8

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
@@ -339,15 +339,7 @@
339339
"previous": "Previous",
340340
"next": "Next"
341341
},
342-
"sessionStarted": "Browser Session Started",
343-
"actions": {
344-
"launch": "Launch browser at {{url}}",
345-
"click": "Click ({{coordinate}})",
346-
"type": "Type \"{{text}}\"",
347-
"scrollDown": "Scroll down",
348-
"scrollUp": "Scroll up",
349-
"close": "Close browser"
350-
}
342+
"sessionStarted": "Browser Session Started"
351343
},
352344
"codeblock": {
353345
"tooltips": {

0 commit comments

Comments
 (0)