Update javascript/tagAutocomplete.js

Co-authored-by: DominikDoom <34448969+DominikDoom@users.noreply.github.com>
pull/313/head
undefined 2025-01-15 19:03:33 +08:00 committed by GitHub
parent 9a677387f9
commit e5815ea96a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ function addResultsToList(textArea, results, tagword, resetList) {
const span = document.createElement("span")
textNode.insertBefore(span, textNode.firstChild)
span.classList.add("existed")
span.title = `🔁 This tag has existed in before prompt.`
span.title = "🔁 The prompt already contains this tag";
}
// Check if it's a negative prompt