We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fdab9 commit 2c77de8Copy full SHA for 2c77de8
UnityMcpBridge/Editor/Windows/ManualConfigEditorWindow.cs
@@ -118,7 +118,7 @@ protected virtual void OnGUI()
118
else if (mcpClient?.mcpType == McpTypes.Warp)
119
{
120
EditorGUILayout.LabelField(
121
- "a) Open 'Warp Drive' by click the Warp icon in the top-left corner or press (Ctrl + Shift + | on Windows / ⌘ + | on macOS) > MCP Servers > Add",
+ "a) Open 'Warp Drive' by clicking the Warp icon in the top-left corner or press (Ctrl + Shift + | on Windows / ⌘ + | on macOS) > MCP Servers > Add",
122
instructionStyle
123
);
124
}
0 commit comments