diff --git a/netbox/templates/htmx/table.html b/netbox/templates/htmx/table.html index 34a919b0d..16e35f868 100644 --- a/netbox/templates/htmx/table.html +++ b/netbox/templates/htmx/table.html @@ -1,5 +1,6 @@ {# Render an HTMX-enabled table with paginator #} {% load helpers %} +{% load i18n %} {% load buttons %} {% load render_table from django_tables2 %} @@ -23,7 +24,7 @@ {# Include the updated "save" link for the table configuration #} {% if table.config_params and not table.embedded %} - Save + {% trans "Save" %} {% endif %} {# Update the bulk action buttons with new query parameters #} diff --git a/netbox/templates/inc/table_controls_htmx.html b/netbox/templates/inc/table_controls_htmx.html index d91ee9de0..672598848 100644 --- a/netbox/templates/inc/table_controls_htmx.html +++ b/netbox/templates/inc/table_controls_htmx.html @@ -38,7 +38,7 @@