From b10d525bf7618c415c88937e26c1a2240c3b2fcf Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:05:22 -0700 Subject: [PATCH] UI: Update a tooltip --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index e0f9314d..66a344b3 100644 --- a/js/main.js +++ b/js/main.js @@ -977,7 +977,7 @@ if (document.readyState === "loading") { //------------------------------------------------ // File upload button -document.querySelector("#chat-input .upload-button").title = "Upload text files, PDFs, and DOCX documents"; +document.querySelector("#chat-input .upload-button").title = "Upload text files, PDFs, DOCX documents, and images"; // Activate web search document.getElementById("web-search").title = "Search the internet with DuckDuckGo";