mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-19 01:58:43 -06:00
Fixes #13351: Fix missing text due to incorrectly applied translation tags
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user