diff --git a/public/index.html b/public/index.html
index 87360259e..5ae8ad5e3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1450,8 +1450,10 @@
-
-
+
+
+
+
diff --git a/public/scripts/openai.js b/public/scripts/openai.js
index c780a828d..3b9b5e8af 100644
--- a/public/scripts/openai.js
+++ b/public/scripts/openai.js
@@ -1033,7 +1033,7 @@ async function getStatusOpen() {
}
if (oai_settings.chat_completion_source == chat_completion_sources.CLAUDE) {
- let status = 'Unable to verify key; assuming it\'s valid.';
+ let status = 'Unable to verify key; press "Test Message" to validate.';
setOnlineStatus(status);
return resultCheckStatusOpen();
}