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) --- archaeological_warehouse/templates/ishtar/sheet_container.html | 2 +- archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_warehouse') diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index 061a3c788..6c0edc3dc 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -162,7 +162,7 @@ {% endif %} {% endwith %} {% if PROFILE.locate_warehouses and display_geo %} -

{% trans "Localisation" %}

+

{% trans "Geographic localisation" %}

{% with geo_item=item %} {% include "ishtar/blocks/sheet_map.html"%} diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html index 287bf8683..b719f8e60 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html +++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html @@ -113,7 +113,7 @@ {% include "ishtar/blocks/sheet_json.html" %} {% if display_geo or item.get_address or item.get_address_complement or item.get_postal_code or item.get_town %} -

{% trans "Localisation"%}

+

{% trans "Geographic localisation" %}

{% if PROFILE.locate_warehouses and display_geo %}
{% with geo_item=item %} -- cgit v1.2.3