Fixes #13351: Fix missing text due to incorrectly applied translation tags

This commit is contained in:
Jeremy Stretch
2023-08-02 14:53:32 -04:00
parent 82c959570d
commit 04a2543e68
24 changed files with 120 additions and 29 deletions

View File

@@ -3,7 +3,9 @@
{% load form_helpers %}
{% load i18n %}
{% block title %}{% blocktrans %}Renaming {{ selected_objects|length }} {{ obj_type_plural|bettertitle }}{% endblocktrans %}{% endblock %}
{% block title %}
{% trans "Renaming" %} {{ selected_objects|length }} {{ obj_type_plural|bettertitle }}
{% endblock %}
{% block content %}
<div class="row mb-3">