summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/wizard/delete_wizard.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-16 11:06:43 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:22 +0100
commit1bc958348b165fa4c3b9474384985f6047cd4e5d (patch)
tree23e06af316435efe5f33f3f9e5d304b5a54d8d2d /ishtar_common/templates/ishtar/wizard/delete_wizard.html
parent69291c8ebc37437517537736fcdaa2936ed69dcc (diff)
downloadIshtar-1bc958348b165fa4c3b9474384985f6047cd4e5d.tar.bz2
Ishtar-1bc958348b165fa4c3b9474384985f6047cd4e5d.zip
Fix english typo
Diffstat (limited to 'ishtar_common/templates/ishtar/wizard/delete_wizard.html')
-rw-r--r--ishtar_common/templates/ishtar/wizard/delete_wizard.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="alert alert-danger">
<div><i class="fa fa-exclamation-triangle" aria-hidden="true"></i>
{% 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?" %}
<ul>{% for obj in current_objs %}
<li>{{obj}}</li>
{% endfor %}</ul>