From 1bc958348b165fa4c3b9474384985f6047cd4e5d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 Dec 2020 11:06:43 +0100 Subject: Fix english typo --- ishtar_common/templates/ishtar/wizard/delete_wizard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/wizard/delete_wizard.html') diff --git a/ishtar_common/templates/ishtar/wizard/delete_wizard.html b/ishtar_common/templates/ishtar/wizard/delete_wizard.html index 3a3d5ab1d..9b925f143 100644 --- a/ishtar_common/templates/ishtar/wizard/delete_wizard.html +++ b/ishtar_common/templates/ishtar/wizard/delete_wizard.html @@ -5,7 +5,7 @@
{% if current_objs and current_objs.1 %} - {% trans "Are you sure to want to delete theses items?" %} + {% trans "Are you sure to want to delete these items?" %}
    {% for obj in current_objs %}
  • {{obj}}
  • {% endfor %}
-- cgit v1.2.3