diff options
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 |
commit | 4ebb6f8563640026176a7e0721d6dd2e3d71d160 (patch) | |
tree | 23e06af316435efe5f33f3f9e5d304b5a54d8d2d /archaeological_warehouse/templates | |
parent | 96b65026a2876fb31d48a8dca4e25fee85699ac8 (diff) | |
download | Ishtar-4ebb6f8563640026176a7e0721d6dd2e3d71d160.tar.bz2 Ishtar-4ebb6f8563640026176a7e0721d6dd2e3d71d160.zip |
Fix english typo
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html | 6 | ||||
-rw-r--r-- | archaeological_warehouse/templates/ishtar/wizard/wizard_warehouse_divisions.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html b/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html index ea11652af..429b3048e 100644 --- a/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html +++ b/archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html @@ -10,7 +10,7 @@ <div class="card-body"> <div class="alert alert-danger"> <div><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> - {% trans "Theses containers are inside this item. If you delete this item, they won't have any parent container. You probably want to fix that." %} + {% trans "These containers are inside this item. If you delete this item, they won't have any parent container. You probably want to fix that." %} </div> </div> <ul class='list'> @@ -30,7 +30,7 @@ {% if current_object.finds.count %} <div class="alert alert-danger"> <div><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> - {% trans "Theses finds are inside this item. If you delete this item, they won't be inside any container. You probably want to fix that." %} + {% trans "These finds are inside this item. If you delete this item, they won't be inside any container. You probably want to fix that." %} </div> </div> <ul class='list'> @@ -42,7 +42,7 @@ {% if current_object.finds_ref.count %} <div class="alert alert-danger"> <div><i class="fa fa-exclamation-triangle" aria-hidden="true"></i> - {% trans "This item is the reference container for theses finds. If you delete this item, they won't have any reference container. You probably want to fix that." %} + {% trans "This item is the reference container for these finds. If you delete this item, they won't have any reference container. You probably want to fix that." %} </div> </div> <ul class='list'> diff --git a/archaeological_warehouse/templates/ishtar/wizard/wizard_warehouse_divisions.html b/archaeological_warehouse/templates/ishtar/wizard/wizard_warehouse_divisions.html index 9f1e29708..edd8efadf 100644 --- a/archaeological_warehouse/templates/ishtar/wizard/wizard_warehouse_divisions.html +++ b/archaeological_warehouse/templates/ishtar/wizard/wizard_warehouse_divisions.html @@ -3,6 +3,6 @@ {% block form_head %} <div class="alert alert-info"> <i class="fa fa-exclamation-triangle"></i> - {% trans "Default division for this warehouse. Theses divisions are only used to facilitate imports." %}<br/> + {% trans "Default division for this warehouse. These divisions are only used to facilitate imports." %}<br/> </div> {% endblock %} |