Skip to content

Commit

Permalink
fix: compute modal title server side (#26192)
Browse files Browse the repository at this point in the history
(cherry picked from commit 33d59d6)

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
  • Loading branch information
mergify[bot] and barredterra committed May 21, 2024
1 parent 31be0b9 commit 3b787ac
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 3b787ac

Please sign in to comment.