From 1fe2cb7325ddf709d4fba58fa22f3604055f2083 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Apr 2023 12:34:43 +0200 Subject: Fix french label for geo types (refs #5577) --- ishtar_common/fixtures/initial_geo-fr.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'ishtar_common/fixtures') diff --git a/ishtar_common/fixtures/initial_geo-fr.json b/ishtar_common/fixtures/initial_geo-fr.json index 514d9a9bf..a7563cb85 100644 --- a/ishtar_common/fixtures/initial_geo-fr.json +++ b/ishtar_common/fixtures/initial_geo-fr.json @@ -525,8 +525,8 @@ { "model": "ishtar_common.geoorigintype", "fields": { - "label": "Digitalisation de carte ancienne", - "txt_idx": "digitalisation-de-carte-ancienne", + "label": "Vectorisation de carte ancienne", + "txt_idx": "vectorisation-de-carte-ancienne", "comment": "", "available": true, "parent": null, @@ -643,22 +643,11 @@ "order": 10 } }, -{ - "model": "ishtar_common.geodatatype", - "fields": { - "label": "Centre du mobilier d'origine", - "txt_idx": "basefind-center", - "comment": "", - "available": true, - "parent": null, - "order": 10 - } -}, { "model": "ishtar_common.geodatatype", "fields": { "label": "Point mobilier", - "txt_idx": "point-mobilier", + "txt_idx": "basefind-center", "comment": "", "available": true, "parent": null, -- cgit v1.2.3