From 82b45608a6c1be1035ad161fad2c1c6860c23314 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 15 Feb 2021 19:49:29 +0100 Subject: Max one --- profile/public/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile/public/user.js') 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( -- cgit v1.2.3