mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-28 19:34:35 +01:00
UI: Update a tooltip
This commit is contained in:
parent
b62c8845f3
commit
b10d525bf7
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue