Commit 67f3a6e9 authored by Tim Graham's avatar Tim Graham Committed by Tim Graham
Browse files

[1.5.x] Fixed #19922 - Typo in translation docs.

Thanks amoebob for the report.

Backport of 9ce1b619 from master
parent b170c077
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -663,7 +663,7 @@ or with the ``{#`` ... ``#}`` :ref:`one-line comment constructs <template-commen
    <button type="submit">{% trans "Go" %}</button>

    {# Translators: This is a text of the base template #}
    {% blocktrans %}Ambiguous translatable block of text{% endtransblock %}
    {% blocktrans %}Ambiguous translatable block of text{% endblocktrans %}

.. note:: Just for completeness, these are the corresponding fragments of the
    resulting ``.po`` file: