Skip to content

Commit

Permalink
fix: compute modal title server side
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Apr 26, 2024
1 parent 71dfffa commit 33d59d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/templates/includes/contact.js
Original file line number Diff line number Diff line change
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 33d59d6

Please sign in to comment.