Skip to content

Commit da0c855

Browse files
committed
adapt title
1 parent 353d6b5 commit da0c855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ const Sidebar = ({
290290
{connectionStatus === "connected" ? (
291291
<>
292292
<RotateCcw className="w-4 h-4 mr-2" />
293-
Restart
293+
{transportType === 'stdio' ? 'Restart' : 'Reconnect'}
294294
</>
295295
) : (
296296
<>

0 commit comments

Comments
 (0)