mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-24 09:28:38 -06:00
Adjust HTML template for Chinese translation order.
This commit is contained in:
parent
dc173a5508
commit
fa2b3bcfcc
@ -24,7 +24,12 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endblock page-header %}
|
{% endblock page-header %}
|
||||||
|
|
||||||
{% block title %}{{ status|capfirst }} {% trans "Workers in " %}{{ queue.name }}{% endblock %}
|
{% block title %}
|
||||||
|
{{ status|capfirst }}
|
||||||
|
{% blocktrans trimmed with queue_name=queue.name %}
|
||||||
|
Workers in {{ queue_name }}
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block controls %}{% endblock %}
|
{% block controls %}{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user