summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html6
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html2
2 files changed, 4 insertions, 4 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index 8648f4762..906571948 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -268,7 +268,7 @@
{% if item.relation_image or DOT_GENERATION %}
{% with gen_url='generate-relation-image-contextrecord' %}
- <h3>{% trans "Diagram of statigraphic relations - above" %}</h3>
+ <h3>{% trans "Diagram of stratigraphic relations - above" %}</h3>
{% with relation_type="above" %}
{% with relation_image=item.relation_image_above %}
{% with relation_png=item.relation_bitmap_image_above %}
@@ -276,7 +276,7 @@
{% include "ishtar/blocks/sheet_relation_image.html" %}
{% endwith %}{% endwith %}{% endwith %}{% endwith %}
- <h3>{% trans "Diagram of statigraphic relations - below" %}</h3>
+ <h3>{% trans "Diagram of stratigraphic relations - below" %}</h3>
{% with relation_type="below" %}
{% with relation_image=item.relation_image_below %}
{% with relation_png=item.relation_bitmap_image_below %}
@@ -284,7 +284,7 @@
{% include "ishtar/blocks/sheet_relation_image.html" %}
{% endwith %}{% endwith %}{% endwith %}{% endwith %}
- <h3>{% trans "Diagram of statigraphic relations - full" %}</h3>
+ <h3>{% trans "Diagram of stratigraphic relations - full" %}</h3>
{% with relation_type="" %}
{% with relation_image=item.relation_image %}
{% with relation_png=item.relation_bitmap_image %}
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index afd8be3ca..1e7d3dc78 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -337,7 +337,7 @@
{% endif %}
{% if item.context_record_relations_q.count %}
- <h3>{% trans "Diagram of statigraphic relations" %}</h3>
+ <h3>{% trans "Diagram of stratigraphic relations" %}</h3>
{% with gen_url='generate-relation-image-contextrecord' %}
{% with relation_type="full" %}