Skip to content

Commit f5d26c9

Browse files
committed
Fixed typos
1 parent ccc1770 commit f5d26c9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,37 +104,37 @@
104104
"current": "Current"
105105
},
106106
"fileOperations": {
107-
"wantsToRead": "PearAI Agent wantsto read this file:",
107+
"wantsToRead": "PearAI Agent wants to read this file:",
108108
"didRead": "PearAI Agent read this file:",
109-
"wantsToEdit": "PearAI Agent wantsto edit this file:",
110-
"wantsToCreate": "PearAI Agent wantsto create a new file:"
109+
"wantsToEdit": "PearAI Agent wants to edit this file:",
110+
"wantsToCreate": "PearAI Agent wants to create a new file:"
111111
},
112112
"directoryOperations": {
113-
"wantsToViewTopLevel": "PearAI Agent wantsto view the top level files in this directory:",
113+
"wantsToViewTopLevel": "PearAI Agent wants to view the top level files in this directory:",
114114
"didViewTopLevel": "PearAI Agent viewed the top level files in this directory:",
115-
"wantsToViewRecursive": "PearAI Agent wantsto recursively view all files in this directory:",
115+
"wantsToViewRecursive": "PearAI Agent wants to recursively view all files in this directory:",
116116
"didViewRecursive": "PearAI Agent recursively viewed all files in this directory:",
117-
"wantsToViewDefinitions": "PearAI Agent wantsto view source code definition names used in this directory:",
117+
"wantsToViewDefinitions": "PearAI Agent wants to view source code definition names used in this directory:",
118118
"didViewDefinitions": "PearAI Agent viewed source code definition names used in this directory:",
119-
"wantsToSearch": "PearAI Agent wantsto search this directory for <code>{{regex}}</code>:",
119+
"wantsToSearch": "PearAI Agent wants to search this directory for <code>{{regex}}</code>:",
120120
"didSearch": "PearAI Agent searched this directory for <code>{{regex}}</code>:"
121121
},
122122
"commandOutput": "Command Output",
123123
"response": "Response",
124124
"arguments": "Arguments",
125125
"mcp": {
126-
"wantsToUseTool": "PearAI Agent wantsto use a tool on the {{serverName}} MCP server:",
127-
"wantsToAccessResource": "PearAI Agent wantsto access a resource on the {{serverName}} MCP server:"
126+
"wantsToUseTool": "PearAI Agent wants to use a tool on the {{serverName}} MCP server:",
127+
"wantsToAccessResource": "PearAI Agent wants to access a resource on the {{serverName}} MCP server:"
128128
},
129129
"modes": {
130-
"wantsToSwitch": "PearAI Agent wantsto switch to {{mode}} mode",
131-
"wantsToSwitchWithReason": "PearAI Agent wantsto switch to {{mode}} mode because: {{reason}}",
130+
"wantsToSwitch": "PearAI Agent wants to switch to {{mode}} mode",
131+
"wantsToSwitchWithReason": "PearAI Agent wants to switch to {{mode}} mode because: {{reason}}",
132132
"didSwitch": "PearAI Agent switched to {{mode}} mode",
133133
"didSwitchWithReason": "PearAI Agent switched to {{mode}} mode because: {{reason}}"
134134
},
135135
"subtasks": {
136-
"wantsToCreate": "PearAI Agent wantsto create a new subtask in {{mode}} mode:",
137-
"wantsToFinish": "PearAI Agent wantsto finish this subtask"
136+
"wantsToCreate": "PearAI Agent wants to create a new subtask in {{mode}} mode:",
137+
"wantsToFinish": "PearAI Agent wants to finish this subtask"
138138
},
139139
"questions": {
140140
"hasQuestion": "PearAI Agent has a question:"
@@ -213,7 +213,7 @@
213213
"seconds": "{{count}}s"
214214
},
215215
"browser": {
216-
"rooWantsToUse": "PearAI Agent wantsto use the browser:",
216+
"rooWantsToUse": "PearAI Agent wants to use the browser:",
217217
"consoleLogs": "Console Logs",
218218
"noNewLogs": "(No new logs)",
219219
"screenshot": "Browser screenshot",

0 commit comments

Comments
 (0)