diff --git a/apps/macos/Sources/Clawdis/Resources/WebChat/index.html b/apps/macos/Sources/Clawdis/Resources/WebChat/index.html index 203147304..037ab1c71 100644 --- a/apps/macos/Sources/Clawdis/Resources/WebChat/index.html +++ b/apps/macos/Sources/Clawdis/Resources/WebChat/index.html @@ -7,11 +7,11 @@ -
Booting web chat…
+
Booting web chat…
diff --git a/apps/macos/Sources/Clawdis/WebChatWindow.swift b/apps/macos/Sources/Clawdis/WebChatWindow.swift index 262d59d99..783bf1100 100644 --- a/apps/macos/Sources/Clawdis/WebChatWindow.swift +++ b/apps/macos/Sources/Clawdis/WebChatWindow.swift @@ -114,7 +114,7 @@ final class WebChatWindowController: NSWindowController, WKNavigationDelegate, N private func loadPlaceholder() { let html = """ - Connecting to web chat… + Connecting to web chat… """ self.webView.loadHTMLString(html, baseURL: nil) } @@ -290,7 +290,7 @@ final class WebChatWindowController: NSWindowController, WKNavigationDelegate, N private func showError(_ text: String) { self.bootWatchTask?.cancel() let html = """ - Web chat failed to connect.

\( + Web chat failed to connect.

\( text) """ self.webView.loadHTMLString(html, baseURL: nil)