Fixes #13701: Correct display of power feed legs under device view

This commit is contained in:
Jeremy Stretch
2023-09-11 14:16:29 -04:00
parent 26020b11da
commit 7454bf06a7
2 changed files with 2 additions and 1 deletions

View File

@@ -296,7 +296,7 @@
{% for leg in utilization.legs %}
<tr>
<td style="padding-left: 20px">
{% trans "Leg" context "Leg of a power feed" %} {{ leg }}
{% trans "Leg" context "Leg of a power feed" %} {{ leg.name }}
</td>
<td>{{ leg.outlet_count }}</td>
<td>{{ leg.allocated }}</td>