From b440eab24f1a83f8835eacb00dd4b82fb6a347cc Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:44:37 +0100 Subject: [PATCH] fix(Contact form): make title and options translatable --- frappe/www/contact.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/www/contact.html b/frappe/www/contact.html index a6672d63d2..d34c63589d 100644 --- a/frappe/www/contact.html +++ b/frappe/www/contact.html @@ -1,7 +1,7 @@ {% extends "templates/web.html" %} {% set title = heading or "Contact Us" %} -{% block header %}

{{ heading or "Contact Us" }}

{% endblock %} +{% block header %}

{{ heading or _("Contact Us") }}

{% endblock %} {% block page_content %}