diff options
author | Marvin Borner | 2021-02-15 19:49:29 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-15 19:49:29 +0100 |
commit | 82b45608a6c1be1035ad161fad2c1c6860c23314 (patch) | |
tree | 992ee86e9674a3ba90aae95a28c33efc849593ff /profile/public | |
parent | ab11cb0b4a0be026ec13fae665f6698040b70161 (diff) |
Max one
Diffstat (limited to 'profile/public')
-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( |