diff --git a/frappe/templates/includes/comments/comments.html b/frappe/templates/includes/comments/comments.html index ad76c7d577..1fddcbc30a 100644 --- a/frappe/templates/includes/comments/comments.html +++ b/frappe/templates/includes/comments/comments.html @@ -110,9 +110,10 @@ } else { $(r.message).appendTo("#comment-list"); $(".no-comment, .add-comment").toggle(false); - $("#comment-form") - .replaceWith('
Thank you for your comment!
') + $("#comment-form").toggle(); } + $(".add-comment").text('{{ _("Add Another Comment") }}'); + $(".add-comment").toggle(); } })