From d3ab3f1b704c793c1c17636c1c9b25a8a8bc1d44 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Thu, 28 Dec 2023 12:44:49 +0530 Subject: [PATCH] Rename matrix_blog to web and move the language setting into the content section --- .../assets/icons/{matrix_blob.svg => web.svg} | 0 src/khoj/interface/web/config.html | 42 +++++++++---------- 2 files changed, 21 insertions(+), 21 deletions(-) rename src/khoj/interface/web/assets/icons/{matrix_blob.svg => web.svg} (100%) 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";