Skip to content

Commit

Permalink
Merge pull request #26179 from barredterra/contact-msg-title
Browse files Browse the repository at this point in the history
fix: compute modal title server side
  • Loading branch information
akhilnarang committed Apr 29, 2024
2 parents 71dfffa + 33d59d6 commit 6d55292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/templates/includes/contact.js
Expand Up @@ -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('');
},
Expand Down

0 comments on commit 6d55292

Please sign in to comment.