diff --git a/HellionChat/Resources/Language.zh-Hans.resx b/HellionChat/Resources/Language.zh-Hans.resx
index 1ccc180..ee716eb 100644
--- a/HellionChat/Resources/Language.zh-Hans.resx
+++ b/HellionChat/Resources/Language.zh-Hans.resx
@@ -1364,7 +1364,7 @@
启动
- 网页界面已停止。
+ 网页界面已启动。
网页界面启动失败。检查 /xllog 获取更多信息。
diff --git a/HellionChat/Ui/Debugger.cs b/HellionChat/Ui/Debugger.cs
index 8f69694..ffeeee6 100644
--- a/HellionChat/Ui/Debugger.cs
+++ b/HellionChat/Ui/Debugger.cs
@@ -9,7 +9,7 @@ using Lumina.Text.ReadOnly;
namespace HellionChat.Ui;
-public class DebuggerWindow : Window
+public class DebuggerWindow : Window, IDisposable
{
private readonly Plugin Plugin;
private readonly ChatLogWindow ChatLogWindow;