diff --git a/templates/base.html b/templates/base.html index bf72a3bd8ae..89737b54e90 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,10 +33,10 @@ {% block site_header_nav %} {% endblock %} @@ -61,11 +61,11 @@

{% if email_form.email.errors %} -
  • Please enter a valid email address
  • +
  • {{_('Please enter a valid email address')}}
  • {% endif %} {% if email_form.privacy.errors %} -
  • You must agree to the privacy policy
  • +
  • {{_('You must agree to the privacy policy')}}
  • {% endif %} @@ -77,11 +77,11 @@

    -

    {% block email_form_title %}Get Firefox updates{% endblock %}

    +

    {% block email_form_title %}{{_('Get Firefox updates')}}{% endblock %}