From 41d1a261a3e6318a72f569f6cd816ce654547917 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 19 Jan 2023 18:52:36 +0100 Subject: Change labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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) --- .../templates/ishtar/sheet_contextrecord.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records') 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 @@ {% if item.main_geodata %} -

{% trans "Localisation"%}

+

{% trans "Geographic localisation" %}

{% with geo_item=item %} {% include "ishtar/blocks/sheet_map.html"%} -- cgit v1.2.3