diff --git a/src/khoj/interface/web/assets/icons/matrix_blob.svg b/src/khoj/interface/web/assets/icons/web.svg similarity index 100% rename from src/khoj/interface/web/assets/icons/matrix_blob.svg rename to src/khoj/interface/web/assets/icons/web.svg diff --git a/src/khoj/interface/web/config.html b/src/khoj/interface/web/config.html index 11c78fc1..abf438db 100644 --- a/src/khoj/interface/web/config.html +++ b/src/khoj/interface/web/config.html @@ -107,6 +107,26 @@ +
+
+ Chat +

+ Language +

+
+
+ +
+
+ +
+
@@ -146,26 +166,6 @@
-
-
- Chat -

- Language -

-
-
- -
-
- -
-
@@ -313,7 +313,7 @@ } let notificationBanner = document.getElementById("notification-banner"); - notificationBanner.innerHTML = "When updating the search model, be sure to delete all your data and reindex."; + notificationBanner.innerHTML = "When updating the language model, be sure to delete all your saved content and re-initialize."; notificationBanner.style.display = "block"; setTimeout(function() { notificationBanner.style.display = "none";