File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
webview-ui/src/components/chat Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export const ModeSelector: React.FC<ModeSelectorProps> = ({
8686 < div className = "flex flex-row gap-1 ml-auto mb-1" >
8787 < IconButton
8888 iconClass = "codicon-extensions"
89- title = "Mode Marketplace"
89+ title = { t ( "chat:modeSelector.marketplace" ) }
9090 onClick = { ( ) => {
9191 vscode . postMessage ( {
9292 type : "switchTab" ,
@@ -98,7 +98,7 @@ export const ModeSelector: React.FC<ModeSelectorProps> = ({
9898 />
9999 < IconButton
100100 iconClass = "codicon-settings-gear"
101- title = "Mode Settings"
101+ title = { t ( "chat:modeSelector.settings" ) }
102102 onClick = { ( ) => {
103103 vscode . postMessage ( {
104104 type : "switchTab" ,
@@ -110,7 +110,7 @@ export const ModeSelector: React.FC<ModeSelectorProps> = ({
110110 </ div >
111111 </ div >
112112 < p className = "my-0 text-sm" >
113- Specialized personas that tailor Roo's behavior.
113+ { t ( "chat:modeSelector.description" ) }
114114 < br />
115115 { modeShortcutText }
116116 </ p >
You can’t perform that action at this time.
0 commit comments