diff --git a/frappe/website/doctype/help_article/help_article.js b/frappe/website/doctype/help_article/help_article.js index 0ca92aefbd..0a87b22e2c 100644 --- a/frappe/website/doctype/help_article/help_article.js +++ b/frappe/website/doctype/help_article/help_article.js @@ -14,7 +14,7 @@ frappe.ui.form.on('Help Article', {
- Not Helpful ${frm.doc.helpful} + Not Helpful ${frm.doc.not_helpful}
diff --git a/frappe/website/doctype/help_article/templates/help_article.html b/frappe/website/doctype/help_article/templates/help_article.html index 01271af8b9..cdd830295f 100644 --- a/frappe/website/doctype/help_article/templates/help_article.html +++ b/frappe/website/doctype/help_article/templates/help_article.html @@ -22,7 +22,7 @@

- {{ _("Was this helpful?") }} + {{ _("Was this article helpful?") }}