2
0
mirror of https://github.com/frappe/frappe.git synced 2024-06-13 10:22:22 +00:00

fix: compute modal title server side

This commit is contained in:
barredterra 2024-04-26 17:41:00 +02:00
parent 71dfffa7ec
commit 33d59d6e58

View File

@ -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('');
},