diff options
Diffstat (limited to 'profile/public/user.js')
-rw-r--r-- | profile/public/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/public/user.js b/profile/public/user.js index 39e7c43..141ba54 100644 --- a/profile/public/user.js +++ b/profile/public/user.js @@ -168,7 +168,7 @@ async function addComments(comments) { function addChar(char) { const h2 = document.createElement("h2"); - h2.textContent = "Erkennungsmerkmal"; + h2.textContent = "Erkennungsmerkmal (bitte nur eins)"; h2.addEventListener("click", (evt) => { const divs = evt.target.parentElement.querySelectorAll("div"); divs.forEach( |