Skip to content

Commit 2dd1b27

Browse files
committed
Update locales
1 parent 1c77e28 commit 2dd1b27

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ export const ChatRowContent = ({
12381238
// }
12391239
} else {
12401240
body = t("chat:apiRequest.errorMessage.unknown")
1241-
docsURL = "mailto:[email protected]?subject=Unknown API Error"
1241+
docsURL = "https://kilo.ai/support"
12421242
}
12431243
} else if (message.text.indexOf("Connection error") === 0) {
12441244
body = t("chat:apiRequest.errorMessage.connection")

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"429": "Too many requests. You're being rate-limited by the provider. Please wait a bit before your next API call.",
163163
"500": "Provider server error. Something is wrong on the provider side, there's nothing wrong with your request.",
164164
"connection": "Connection error. Make sure you have a working internet connection.",
165-
"unknown": "Unknown API error. Please contact Roo Code support."
165+
"unknown": "Unknown API error. Please contact Kilo support."
166166
}
167167
},
168168
"checkpoint": {

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)