diff --git a/plinth/modules/networks/templates/connections_delete.html b/plinth/modules/networks/templates/connections_delete.html index ef97b39f1..d9ea0c947 100644 --- a/plinth/modules/networks/templates/connections_delete.html +++ b/plinth/modules/networks/templates/connections_delete.html @@ -23,9 +23,13 @@ {% block content %} -
{% trans "Delete connection permanently?" %}
++ {% blocktrans trimmed %} + Delete connection {{ name }} permanently? + {% endblocktrans %} +