From 67edecb8ab8152c1ce90b5527a361c4a65a2aeb2 Mon Sep 17 00:00:00 2001 From: Fioddor Superconcentrado Date: Wed, 7 Oct 2020 12:34:04 +0200 Subject: [PATCH] networks: i18n: Mark string for translation on delete page Helps: #1938. Signed-off-by: Fioddor Superconcentrado [sunil: Don't split the string into two, mark it in full] Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- plinth/modules/networks/templates/connections_delete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/networks/templates/connections_delete.html b/plinth/modules/networks/templates/connections_delete.html index a67000e89..b1e89ba1b 100644 --- a/plinth/modules/networks/templates/connections_delete.html +++ b/plinth/modules/networks/templates/connections_delete.html @@ -20,7 +20,7 @@ {% csrf_token %} + value="{% blocktrans %}Delete {{ name }}{% endblocktrans %}"/> {% endblock %}