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 | ad3a59180f7ec27810b893b373fd1530346aede0 (patch) | |
tree | bef0d5d00188e55dfd86cfeaa8cb9e27c3cdb609 | |
parent | a4e05f3b93d5a0bc28fc16e9aa33997b467a9367 (diff) | |
download | Ishtar-ad3a59180f7ec27810b893b373fd1530346aede0.tar.bz2 Ishtar-ad3a59180f7ec27810b893b373fd1530346aede0.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 %} |