diff --git a/frontend/messages/de.json b/frontend/messages/de.json index e78993f7..0e9e45d4 100644 --- a/frontend/messages/de.json +++ b/frontend/messages/de.json @@ -315,7 +315,7 @@ "comp_expandable_show_less": "Weniger anzeigen", "error_comment_not_found": "Der Kommentar wurde nicht gefunden.", "comment_section_title": "Diskussion", - "comment_placeholder": "Kommentar schreiben…", + "comment_placeholder": "Kommentar schreiben… (@Name erwähnen · Enter senden)", "comment_btn_post": "Senden", "comment_btn_reply": "Antworten", "comment_edited_label": "(Bearbeitet)", diff --git a/frontend/messages/en.json b/frontend/messages/en.json index 63158327..6516439c 100644 --- a/frontend/messages/en.json +++ b/frontend/messages/en.json @@ -315,7 +315,7 @@ "comp_expandable_show_less": "Show less", "error_comment_not_found": "The comment could not be found.", "comment_section_title": "Discussion", - "comment_placeholder": "Write a comment…", + "comment_placeholder": "Write a comment… (@name to mention · Enter to send)", "comment_btn_post": "Send", "comment_btn_reply": "Reply", "comment_edited_label": "(Edited)", diff --git a/frontend/messages/es.json b/frontend/messages/es.json index f5e7c4cf..628845ad 100644 --- a/frontend/messages/es.json +++ b/frontend/messages/es.json @@ -315,7 +315,7 @@ "comp_expandable_show_less": "Mostrar menos", "error_comment_not_found": "El comentario no pudo encontrarse.", "comment_section_title": "Discusión", - "comment_placeholder": "Escribe un comentario…", + "comment_placeholder": "Escribe un comentario… (@nombre para mencionar · Enter para enviar)", "comment_btn_post": "Enviar", "comment_btn_reply": "Responder", "comment_edited_label": "(Editado)", diff --git a/frontend/src/lib/components/CommentThread.svelte b/frontend/src/lib/components/CommentThread.svelte index f8e5495d..707b2409 100644 --- a/frontend/src/lib/components/CommentThread.svelte +++ b/frontend/src/lib/components/CommentThread.svelte @@ -196,24 +196,15 @@ onMount(() => { {/if} -{#if canComment && showCompose} -