| @@ -107,11 +107,11 @@ | ||
| 107 | 107 | private const ATTACH_QUERY_VAR = 'xspeed_mcp_attach'; |
| 108 | 108 | |
| 109 | 109 | public function ui_metadata(): array { |
| 110 | 110 | return array( |
| 111 | - 'label' => 'MCP Server', | |
| 111 | + 'label' => __( 'MCP Server', 'xspeed' ), | |
| 112 | 112 | 'icon' => 'Sparkles', |
| 113 | - 'description' => 'Control this site\'s cache from Claude and other AI agents.', | |
| 113 | + 'description' => __( 'Control this site\'s cache from Claude and other AI agents.', 'xspeed' ), | |
| 114 | 114 | 'custom_panel' => 'McpPanel', |
| 115 | 115 | ); |
| 116 | 116 | } |
| 117 | 117 | |