diff --git a/web/components/stores/ClientConfigStore.tsx b/web/components/stores/ClientConfigStore.tsx index e8dcab830..d668c4b88 100644 --- a/web/components/stores/ClientConfigStore.tsx +++ b/web/components/stores/ClientConfigStore.tsx @@ -240,7 +240,7 @@ export const ClientConfigStore: FC = () => { sendEvent(AppStateEvent.Fail); setGlobalFatalError( 'Unable to reach Owncast server', - `Owncast cannot launch. Please make sure the Owncast server is running. ${error}`, + `Owncast cannot launch. Please make sure the Owncast server is running.`, ); console.error(`serverStatusState -> getStatus() ERROR: \n${error}`); }