diff --git a/frappe/templates/includes/contact.js b/frappe/templates/includes/contact.js index 7074e540619..f001e630d87 100644 --- a/frappe/templates/includes/contact.js +++ b/frappe/templates/includes/contact.js @@ -33,7 +33,7 @@ frappe.ready(function() { }, callback: function(r) { if (!r.exc) { - frappe.msgprint('{{ _("Thank you for your message") }}'); + frappe.msgprint('{{ _("Thank you for your message") }}', '{{ _("Message Sent") }}'); } $(':input').val(''); },