Skip to content

Commit c50bab6

Browse files
author
Claude
committed
refactor: simplify client restart tip message
1 parent 0e31a75 commit c50bab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityMcpBridge/Editor/Setup/SetupWizardWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ private void DrawConfigureStep()
347347

348348
EditorGUILayout.Space();
349349
EditorGUILayout.HelpBox(
350-
"💡 Most AI clients will auto-detect the configuration. You may need to restart your client if it doesn't appear automatically.",
350+
"💡 You might need to restart your AI client after configuring.",
351351
MessageType.Info
352352
);
353353
}

0 commit comments

Comments
 (0)