diff --git a/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx b/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx index ba42d264..a9df69cc 100644 --- a/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx +++ b/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx @@ -118,7 +118,7 @@ export default function SessionSharingSection() { if (response.status < 500) { setTestResult({ status: 'success', - message: `Connection successful! Server responded with status ${response.status}.`, + message: 'Connection successful!', }); } else { setTestResult({