Skip to content

Commit 15e879b

Browse files
committed
fix(i18n): remove model-specific references from computerUse and diff descriptions across all locales
1 parent ed6a925 commit 15e879b

File tree

18 files changed

+32
-32
lines changed

18 files changed

+32
-32
lines changed

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
},
428428
"computerUse": {
429429
"label": "Computer Use",
430-
"description": "Is this model capable of interacting with a browser? (e.g. Claude 3.7 Sonnet)."
430+
"description": "Is this model capable of interacting with a browser?"
431431
},
432432
"promptCache": {
433433
"label": "Prompt Caching",
@@ -676,7 +676,7 @@
676676
"advanced": {
677677
"diff": {
678678
"label": "Enable editing through diffs",
679-
"description": "When enabled, Roo will be able to edit files more quickly and will automatically reject truncated full-file writes. Works best with the latest Claude models.",
679+
"description": "When enabled, Roo will be able to edit files more quickly and will automatically reject truncated full-file writes",
680680
"strategy": {
681681
"label": "Diff strategy",
682682
"options": {

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/settings.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/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/settings.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/ko/settings.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)