Skip to content

Commit

Permalink
fix: compute modal title server side
Browse files Browse the repository at this point in the history
(cherry picked from commit 33d59d6)
  • Loading branch information
barredterra authored and mergify[bot] committed Apr 29, 2024
1 parent 1a2411c commit 1fe4039
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 @@ -29,7 +29,7 @@ frappe.ready(function() {
message: message,
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 1fe4039

Please sign in to comment.