diff options
Diffstat (limited to 'archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/wizard/wizard_container_deletion.html | 6 |
1 files changed, 3 insertions, 3 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'> |