diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-19 18:52:36 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-19 18:52:36 +0100 |
commit | 984c157e88ae846432166eaf9e601c6647d74bc3 (patch) | |
tree | 5edb9a1e880ddf030a00e0f88936a55f0267c6a1 /archaeological_context_records | |
parent | 34e5e81e7afe240b05f2df834d21e08dbb4bcf79 (diff) | |
download | Ishtar-984c157e88ae846432166eaf9e601c6647d74bc3.tar.bz2 Ishtar-984c157e88ae846432166eaf9e601c6647d74bc3.zip |
Change labels
* Identifiant musée -> Numéro d'inventaire musée
* Localisation (fiche) -> Localisation géographique
* Date de découverte (exacte ou TPQ) -> Date de découverte (exacte ou début)
* Date de découverte (TAQ) -> Date de découverte (fin)
Diffstat (limited to 'archaeological_context_records')
-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 57e41f983..d82766305 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -164,7 +164,7 @@ </div> {% if item.main_geodata %} - <h3>{% trans "Localisation"%}</h3> + <h3>{% trans "Geographic localisation" %}</h3> <div class='row'> {% with geo_item=item %} {% include "ishtar/blocks/sheet_map.html"%} |