From b904dc5c7528face6434b72f9222a9b71c67bfde Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 25 Mar 2026 13:50:41 -0400 Subject: [PATCH] Support translation of headings for embedded table panels --- netbox/templates/inc/panel_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/inc/panel_table.html b/netbox/templates/inc/panel_table.html index 1a9f149d4..2fbb6488f 100644 --- a/netbox/templates/inc/panel_table.html +++ b/netbox/templates/inc/panel_table.html @@ -3,7 +3,7 @@
{% if heading %} -

{{ heading }}

+

{% trans heading %}

{% endif %} {% if table.rows %}