diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-13 12:30:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-13 12:30:14 +0100 |
commit | 033cf50e8da0ae0dffca0815e2031fe6b6adab40 (patch) | |
tree | bef0d5d00188e55dfd86cfeaa8cb9e27c3cdb609 | |
parent | 8fe9a45a98ae2e84182a6be9237a04b1741529a3 (diff) | |
download | Ishtar-033cf50e8da0ae0dffca0815e2031fe6b6adab40.tar.bz2 Ishtar-033cf50e8da0ae0dffca0815e2031fe6b6adab40.zip |
Fix typo
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 811a80fc4..8648f4762 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -56,7 +56,7 @@ <a class="nav-link" id="{{window_id}}-operation-tab" data-toggle="tab" href="#{{window_id}}-operation" role="tab" aria-controls="{{window_id}}-operation" aria-selected="false"> - {% trans "Operation / Archaelogical site" %} + {% trans "Operation / Archaeological site" %} </a> </li> {% if display_finds %} |