File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ai-ide/src/browser/ai-configuration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export namespace ChatViewWidget {
3333export class ChatViewWidget extends BaseWidget implements ExtractableWidget , StatefulWidget {
3434
3535 public static ID = 'chat-view-widget' ;
36- static LABEL = ` ${ nls . localizeByDefault ( ' Chat') } ` ;
36+ static LABEL = nls . localize ( 'theia/ai/chat/view/label' , 'AI Chat') ;
3737
3838 @inject ( ChatService )
3939 protected chatService : ChatService ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export class AIHistoryView extends ReactWidget implements StatefulWidget {
3535 protected readonly agentService : AgentService ;
3636
3737 public static ID = 'ai-history-widget' ;
38- static LABEL = nls . localize ( 'theia/ai/history/view/label' , '✨ AI Agent History [Alpha]' ) ;
38+ static LABEL = nls . localize ( 'theia/ai/history/view/label' , 'AI Agent History [Alpha]' ) ;
3939
4040 protected selectedAgent ?: Agent ;
4141
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { AIMCPConfigurationWidget } from './mcp-configuration-widget';
2828export class AIConfigurationContainerWidget extends BaseWidget {
2929
3030 static readonly ID = 'ai-configuration' ;
31- static readonly LABEL = nls . localize ( 'theia/ai/core/aiConfiguration/label' , '✨ AI Configuration [Alpha]' ) ;
31+ static readonly LABEL = nls . localize ( 'theia/ai/core/aiConfiguration/label' , 'AI Configuration [Alpha]' ) ;
3232 protected dockpanel : DockPanel ;
3333
3434 @inject ( TheiaDockPanel . Factory )
You can’t perform that action at this time.
0 commit comments