Skip to content

Commit e942e26

Browse files
committed
fix(i18n): Remove duplicate key in settings localization
1 parent 2d0355a commit e942e26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,6 @@
525525
"name": "Enable AI-powered commit messages",
526526
"description": "When enabled, Roo will use AI to generate commit messages based on the changes in the current branch."
527527
},
528-
"AI_COMMIT_MESSAGES": {
529-
"name": "Enable AI-powered commit messages",
530-
"description": "When enabled, Roo will use AI to generate commit messages based on the changes in the current branch."
531-
},
532528
"CONCURRENT_FILE_READS": {
533529
"name": "Enable concurrent file reads",
534530
"description": "When enabled, Roo can read multiple files in a single request. When disabled, Roo must read files one at a time. Disabling this can help when working with less capable models or when you want more control over file access."

0 commit comments

Comments
 (0)